Penguin
Blame: showmount(8)
EditPageHistoryDiffInfoLikePages
Annotated edit history of showmount(8) version 2 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 perry 1 SHOWMOUNT
2 !!!SHOWMOUNT
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 SEE ALSO
8 BUGS
9 AUTHOR
10 ----
11 !!NAME
12
13
14 showmount - show mount information for an NFS server
15 !!SYNOPSIS
16
17
18 __/sbin/showmount [[ -adehv ] [[ --all ] [[ --directories ] [[
19 --exports ] [[ --help ] [[ --version ] [[ host
20 ]__
21 !!DESCRIPTION
22
23
24 __showmount__ queries the mount daemon on a remote host
25 for information about the state of the NFS server on that
26 machine. With no options __showmount__ lists the set of
27 clients who are mounting from that host. The output from
28 __showmount__ is designed to appear as though it were
29 processesed through ``sort -u''.
30 !!OPTIONS
31
32
33 __-a__ or __--all__
34
35
36 List both the client hostname and mounted directory in
37 host:dir format.
38
39
40 __-d__ or __--directories__
41
42
43 List only the directories mounted by some
44 client.
45
46
47 __-e__ or __--exports__
48
49
50 Show the NFS server's export list.
51
52
53 __-h__ or __--help__
54
55
56 Provide a short help summary.
57
58
59 __-v__ or __--version__
60
61
62 Report the current version number of the
63 program.
64
65
66 __--no-headers__
67
68
69 Suppress the descriptive headings from the
70 output.
71 !!SEE ALSO
72
73
74 rpc.mountd(8), __rpc.nfsd__(8)
75 !!BUGS
76
77
78 The completeness and accurary of the information that
79 __showmount__ displays varies according to the NFS
80 server's implementation.
81
82
83 Because __showmount__ sorts and uniqs the output, it is
84 impossible to determine from the output whether a client is
85 mounting the same directory more than once.
86 !!AUTHOR
87
88
89 Rick Sladkey
90 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.