add null bmap routine
[unix-history] / usr / src / sbin / mountd / mountd.8
CommitLineData
b75c6970
KM
1.\" Copyright (c) 1989 The Regents of the University of California.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms are permitted
5.\" provided that the above copyright notice and this paragraph are
6.\" duplicated in all such forms and that any documentation,
7.\" advertising materials, and other materials related to such
8.\" distribution and use acknowledge that the software was developed
9.\" by the University of California, Berkeley. The name of the
10.\" University may not be used to endorse or promote products derived
11.\" from this software without specific prior written permission.
12.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
13.\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
14.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
15.\"
16.\" @(#)mountd.8 5.1 (Berkeley) %G%
17.\"
18.TH MOUNTD 8 ""
19.UC 7
20.SH NAME
21mountd \- service remote NFS mount requests
22.SH SYNOPSIS
23.B /sbin/mountd
24.SH DESCRIPTION
25.I Mountd
26is the server for
27.SM NFS
28mount requests from other client machines.
29.I Mountd
30listens for service requests at the port indicated in the
31.SM NFS
32server specification; see
33``Network File System Protocol Specification''
34in the Sun Microsystems manual
35``Networking on the Sun Workstation'', Part #800-1324-03, Rev B.
36.SH FILES
37/etc/exports
38.SH SEE ALSO
39.IR nfsstat (1),
40.IR nfsd (8),
41.IR portmap (8)