About this document
Understanding Network File System (NFS) by hey707070 is a document available to read on EtoBox.
Network File System (NFS) allows a user to view and access files on a remote computer as if they were local. NFS uses Remote Procedure Calls (RPC) to mount portions of a remote file system and access files with the assigned privileges. It is stateless, requiring each operation to contain all necessary information and does not track client requests or state. NFS implements file operations like reading, writing and directory listings as RPC procedures.
- Author
- hey707070
- Language
- EN