This section describes the NFS commands in alphabetical order.
/ |-- etc | `-- fs | `-- nfs | |-- dfmounts | |-- dfshares | |-- mount | |-- share | |-- umount | `-- unshare |-- sbin | |-- mount | |-- mountall | |-- umount | `-- umountall `-- usr `-- sbin |-- dfmounts |-- dfshares |-- nfsstat |-- rpcbind |-- share |-- shareall |-- showmount |-- unshare `-- unshareall
Figure 5: NFS Commands
The commands shown are those required for working with NFS. The commands are entered in the POSIX shell just like POSIX commands.
The commands mount and umount are included in the basic configuration of the POSIX commands, but only in their generic form for processing local file systems. With NFS, these commands receive additional options and functions.
The commands mountall and umountall are similarly included in the basic configuration of the POSIX commands. For NFS they require no additional functionality since they obtain their specific functionality from an input file.
The NFS commands are listed in the following overview:
Command | Function |
| Output information about mounted resources |
| Output information about available resources |
| Mount remote resources |
| Mount multiple remote resources |
| Output statistical information |
| Make local resources available for client access |
| Make multiple local resources available for client access |
| Output information about NFS clients and resources |
| Unmount remote resources |
| Unmount multiple remote resources |
| Make local resources unavailable |
| Make multiple local resources unavailable |