new copyright & pathname (mountd)
[unix-history] / usr / src / sbin / mountd / mountd.8
... / ...
CommitLineData
1.\" Copyright (c) 1989 The Regents of the University of California.
2.\" All rights reserved.
3.\"
4.\" %sccs.include.redist.man%
5.\"
6.\" @(#)mountd.8 5.3 (Berkeley) %G%
7.\"
8.TH MOUNTD 8 ""
9.UC 7
10.SH NAME
11mountd \- service remote NFS mount requests
12.SH SYNOPSIS
13.B mountd
14[
15exportsfile
16]
17.SH DESCRIPTION
18.I Mountd
19is the server for
20.SM NFS
21mount requests from other client machines.
22.I Mountd
23listens for service requests at the port indicated in the
24.SM NFS
25server specification; see
26``Network File System Protocol Specification, RFC1094''.
27The optional argument specifies an alternate location for the exports file.
28.SH FILES
29/etc/exports
30.SH SEE ALSO
31.IR nfsstat (1),
32.IR nfsd (8),
33.IR portmap (8)