Chapter 9. Network File System (NFS)

Chapter 9. Network File System (NFS)

9.1. How It Works
9.1.1. Required Services
9.1.2. NFS and portmap
9.2. Starting and Stopping NFS
9.3. NFS Server Configuration
9.3.1. The /etc/exports Configuration File
9.3.2. The exportfs Command
9.4. NFS Client Configuration Files
9.4.1. /etc/fstab
9.4.2. autofs
9.4.3. Common NFS Mount Options
9.5. Securing NFS
9.5.1. Host Access
9.5.2. File Permissions
9.6. Additional Resources
9.6.1. Installed Documentation
9.6.2. Useful Websites
9.6.3. Related Books

A Network File System (NFS) allows remote hosts to mount file systems over a network and interact with those file systems as though they are mounted locally. This enables system administrators to consolidate resources onto centralized servers on the network.

This chapter focuses on fundamental NFS concepts and supplemental information. For specific instructions regarding the configuration and operation of NFS server and client software, refer to the chapter titled Network File System (NFS) in the Red Hat Enterprise Linux System Administration Guide.