commands.sh

showmount

all

Display mount information for an NFS server.

More info →

Options (4)

-e, --exportsboolean

Show the NFS server's export list

Example: showmount {{[-e|--exports]}} {{hostname}}
-a, --allboolean

Show all clients and their mounted directories

Example: showmount {{[-a|--all]}} {{hostname}}
-d, --directoriesboolean

Show only the directories mounted by clients

Example: showmount {{[-d|--directories]}} {{hostname}}
-h, --helpboolean

Display help

Example: showmount {{[-h|--help]}}

Examples (6)

Show clients currently mounting from the server

Show the NFS server's export list

showmount [-e|--exports] hostname

Show all clients and their mounted directories

showmount [-a|--all] hostname

Show only the directories mounted by clients

showmount [-d|--directories] hostname

Show the export list without headers

showmount [-e|--exports] --no-headers hostname

Display help

showmount [-h|--help]
made by @shridhargupta | data from tldr-pages