InterviewSolution
Saved Bookmarks
| 1. |
What Is The Role Of “rmtab” File For Nfs Server? |
|
Answer» For every mount request received from an NFS client, rpc.mountd adds an ENTRY to the /var/lib/nfs/rmtab FILE. When RECEIVING an unmount request, that entry is REMOVED.
For every mount request received from an NFS client, rpc.mountd adds an entry to the /var/lib/nfs/rmtab file. When receiving an unmount request, that entry is removed.
|
|