File: showmount.man

package info (click to toggle)
nfs-server 2.2beta47-4potato.2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,004 kB
  • ctags: 1,430
  • sloc: ansic: 12,031; sh: 648; makefile: 268
file content (60 lines) | stat: -rw-r--r-- 1,602 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
.\" Copyright 1993 Rick Sladkey <jrs@world.std.com>
.\" May be distributed under the GNU General Public License
.TH SHOWMOUNT 8 "11 August 1997"
.SH NAME
showmount \- show mount information for an NFS server
.SH SYNOPSIS
.ad l
.B /usr/sbin/showmount
.B "[\ \-adehv\ ]"
.B "[\ \-\-all\ ]"
.B "[\ \-\-directories\ ]"
.B "[\ \-\-exports\ ]"
.B "[\ \-\-help\ ]"
.B "[\ \-\-version\ ]"
.B "[\ host\ ]"
.ad b
.SH DESCRIPTION
.B showmount
queries the mount daemon on a remote host for information about
the state of the NFS server on that machine.  With no options
.B showmount
lists the set of clients who are mounting from that host.
The output from
.B showmount
is designed to
appear as though it were processesed through ``sort -u''.
.SH OPTIONS
.TP
.BR \-a " or " \-\-all
List both the client hostname and mounted directory in
host:dir format.
.TP
.BR \-d " or " \-\-directories
List only the directories mounted by some client.
.TP
.BR \-e " or " \-\-exports
Show the NFS server's export list.
.TP
.BR \-h " or " \-\-help
Provide a short help summary.
.TP
.BR \-v " or " \-\-version
Report the current version number of the program.
.TP
.B \-\-no\-headers
Suppress the descriptive headings from the output.
.SH "SEE ALSO"
.BR rpc.mountd (8),
.BR rpc.nfsd (8)
.SH BUGS
The completeness and accurary of the information that
.B showmount
displays varies according to the NFS server's implementation.
.P
Because
.B showmount
sorts and uniqs the output, it is impossible to determine from
the output whether a client is mounting the same directory more than once.
.SH AUTHOR
Rick Sladkey <jrs@world.std.com>