MAN page from RedHat Other linux-nfs-clients-0.4.21-1.i386.rpm
SHOWMOUNT
Section: Maintenance Commands (8)
Updated: 6 October 1993
Index NAME
showmount - show mount information for an NFS server
SYNOPSIS
/usr/sbin/showmount[ -adehv ][ --all ][ --directories ][ --exports ][ --help ][ --version ][ host ] DESCRIPTION
showmountqueries the mount daemon on a remote host for information aboutthe state of the NFS server on that machine. With no options
showmountlists the set of clients who are mounting from that host.The output from
showmountis designed toappear as though it were processesed through ``sort -u''.
OPTIONS
- -a or --all
- List both the client hostname and mounted directory inhost:dir format.
- -d or --directories
- List only the directories mounted by some client.
- -e or --exports
- Show the NFS server's export list.
- -h or --help
- Provide a short help summary.
- -v or --version
- Report the current version number of the program.
- --no-headers
- Suppress the descriptive headings from the output.
SEE ALSO
rpc.mountd(8),
rpc.nfsd(8)
BUGS
The completeness and accurary of the information that
showmountdisplays varies according to the NFS server's implementation.
Becauseshowmountsorts and uniqs the output, it is impossible to determine fromthe output whether a client is mounting the same directory more than once.
AUTHOR
Rick Sladkey <jrsAATTworld.std.com>
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- OPTIONS
- SEE ALSO
- BUGS
- AUTHOR
This document was created byman2html,using the manual pages.