InterviewSolution
| 1. |
Explain The Working Of Nfs Mount Daemon “rpc.mountd”? |
|
Answer» The rpc.mountd PROGRAM IMPLEMENTS the NFS mount PROTOCOL. When RECEIVING a MOUNT request from an NFS client, it checks the request against the list of currently exported file systems. If the client is permitted to mount the file system, rpc.mountd obtains a file handle for requested DIRECTORY and returns it to the client. The rpc.mountd program implements the NFS mount protocol. When receiving a MOUNT request from an NFS client, it checks the request against the list of currently exported file systems. If the client is permitted to mount the file system, rpc.mountd obtains a file handle for requested directory and returns it to the client. |
|