1 .\" Copyright 1993 Rick Sladkey <jrs@world.std.com>
2 .\" May be distributed under the GNU General Public License
3 .TH SHOWMOUNT 8 "6 October 1993"
5 showmount \- show mount information for an NFS server
10 .B "[\ \-\-directories\ ]"
11 .B "[\ \-\-exports\ ]"
13 .B "[\ \-\-version\ ]"
17 queries the mount daemon on a remote host for information about
18 the state of the NFS server on that machine. With no options
20 lists the set of clients who are mounting from that host.
24 appear as though it were processed through ``sort -u''.
27 .BR \-a " or " \-\-all
28 List both the client hostname and mounted directory in
31 .BR \-d " or " \-\-directories
32 List only the directories mounted by some client.
34 .BR \-e " or " \-\-exports
35 Show the NFS server's export list.
37 .BR \-h " or " \-\-help
38 Provide a short help summary.
40 .BR \-v " or " \-\-version
41 Report the current version number of the program.
44 Suppress the descriptive headings from the output.
49 The completeness and accuracy of the information that
51 displays varies according to the NFS server's implementation.
55 sorts and uniqs the output, it is impossible to determine from
56 the output whether a client is mounting the same directory more than once.
58 Rick Sladkey <jrs@world.std.com>