4.3BSD-UWisc/man/cat8/showmount.8
SHOWMOUNT(8) UNIX Programmer's Manual SHOWMOUNT(8)
NAME
showmount - show all remote mounts
SYNOPSIS
/usr/etc/showmount [ -a ] [ -d ] [ -e ] [ host ]
DESCRIPTION
_S_h_o_w_m_o_u_n_t lists all the clients that have remotely mounted a
filesystem from _h_o_s_t. This information is maintained by the
_m_o_u_n_t_d(8c) server on _h_o_s_t, and is saved across crashes in
the file /_e_t_c/_r_m_t_a_b. The default value for _h_o_s_t is the
value returned by _h_o_s_t_n_a_m_e(1).
OPTIONS
-d List directories that have been remotely mounted by
clients.
-a Print all remote mounts in the format
9 hostname:directory
9 where _h_o_s_t_n_a_m_e is the name of the client, and _d_i_r_e_c_t_o_r_y
is the root of the file system that has been mounted.
-e Print the list of exported file systems.
SEE ALSO
rmtab(5), mountd(8), exports(5)
BUGS
If a client crashes, its entry will not be removed from the
list until it reboots and executes _u_m_o_u_n_t -_a.
Printed 12/27/86 1 February 1985 1