break out overlapped disk processing to preen.c (for use in quotacheck)
[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.\"
c2282441 16.\" @(#)mountd.8 5.2 (Berkeley) %G%
b75c6970
KM
17.\"
18.TH MOUNTD 8 ""
19.UC 7
20.SH NAME
21mountd \- service remote NFS mount requests
22.SH SYNOPSIS
23.B /sbin/mountd
c2282441
KM
24[
25exportsfile
26]
b75c6970
KM
27.SH DESCRIPTION
28.I Mountd
29is the server for
30.SM NFS
31mount requests from other client machines.
32.I Mountd
33listens for service requests at the port indicated in the
34.SM NFS
35server specification; see
c2282441
KM
36``Network File System Protocol Specification, RFC1094''.
37The optional argument specifies an alternate location for the exports file.
b75c6970
KM
38.SH FILES
39/etc/exports
40.SH SEE ALSO
41.IR nfsstat (1),
42.IR nfsd (8),
43.IR portmap (8)