copyediting for Usenix manuals
[unix-history] / usr / src / usr.bin / showmount / showmount.8
CommitLineData
7d629e6e
KB
1.\" Copyright (c) 1989, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
7918c07a
KM
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Rick Macklem at The University of Guelph.
6.\"
bcfc672c 7.\" %sccs.include.redist.man%
7918c07a 8.\"
653ba8b6 9.\" @(#)showmount.8 8.2 (Berkeley) %G%
7918c07a 10.\"
b42074ab
CL
11.Dd
12.Dt SHOWMOUNT 8
13.Os BSD 4
14.Sh NAME
15.Nm showmount
16.Nd show remote nfs mounts on host
17.Sh SYNOPSIS
18.Nm showmount
19.Op Fl ade
20.Op Ar host
21.Sh DESCRIPTION
22.Nm Showmount
23shows status information about the
24.Tn NFS
25server on
26.Ar host .
27By default it prints the names of all hosts that have
28.Tn NFS
29file systems mounted
30on the host. See
31.%T "NFS: Network File System Protocol Specification" ,
32RFC 1094,
33Appendix A ,
653ba8b6 34for a detailed description of the protocol.
b42074ab
CL
35.Bl -tag -width Ds
36.It Fl a
7918c07a 37List all mount points in the form:
b42074ab
CL
38.Bd -ragged -offset indent -compact
39.Ar host : Ns Ar dirpath
40.Ed
41.It Fl d
7918c07a 42List directory paths of mount points instead of hosts
b42074ab 43.It Fl e
7918c07a 44Show the
b42074ab 45.Ar host Ns 's
7918c07a 46exports list
b42074ab
CL
47.El
48.Sh SEE ALSO
49.Xr mount 1 ,
50.Xr mountd 8
51.Sh BUGS
7918c07a 52The mount daemon running on the server only has an idea of the actual mounts,
b42074ab
CL
53since the
54.Tn NFS
55server is stateless.
56.Nm Showmount
57will only display the information
7918c07a 58as accurately as the mount daemon reports it.
b42074ab
CL
59.Sh HISTORY
60The
3707c3b8
KB
61.Nm showmount
62utility first appeared in 4.4BSD.