Appendix C. AIX 5.3 NFS quick reference 291
NFS commands
/usr/sbin/mount
Shows what file systems are mounted on the machine
the command is run on, including name of the server,
and mount options.
/usr/bin/showmount -e [host]
Shows contents of /etc/xtab file on the [host].
/usr/bin/showmount -a [host]
Shows the contents of the /etc/rmtab on the [host].
/usr/sbin/exportfs -va
Exports all file systems defined in /etc/exports and
prints the name of each directory as it is exported.
/usr/sbin/exportfs -vua
Unexports all exported directories and prints the name
of each directory as it is unexported.
/usr/sbin/mknfs
Configures a system to run NFS and starts NFS
daemons.
/usr/sbin/nfso
Configures and lists NFS network options.
/usr/sbin/automount
Mounts an NFS auto ...