InterviewSolution
Saved Bookmarks
| 1. |
What Are Configuration Files Of Nfs Server ? |
|
Answer» ‘/etc/exports’ is the MAIN configuration FILE that CONTROLS which file SYSTEMS are exported to remote hosts and SPECIFIES options. ‘/etc/sysconfig/nfs‘ is the file through which we can fix ports for RQUOTAD_PORT, MOUNTD_PORT, LOCKD_TCPPORT, LOCKD_UDPPORT and STATD_PORT ‘/etc/exports’ is the main configuration file that controls which file systems are exported to remote hosts and specifies options. ‘/etc/sysconfig/nfs‘ is the file through which we can fix ports for RQUOTAD_PORT, MOUNTD_PORT, LOCKD_TCPPORT, LOCKD_UDPPORT and STATD_PORT |
|