NFS Server Q&A Latest Posts
Interview Questions And Answers
Q: - Explain this entry /shared 192.168.1.0/255.255.255.0(sync,rw)
allows all systems with 192.168.1.* IP addresses read-write access to the /shared/ directory:
Submitted By:-Smith Email-ID: - smithsmth8@gmail.com
Q: - What will happened if a space is given inbetween allowed_hosts and (options)
If a space is included, the options are applied to any and all IP addresses, which can be quite dangerous if write permission is granted.
Submitted By:-Smith Email-ID: - smithsmth8@gmail.com
Q: - What is the role of "sync" option for NFS server
If sync is specified, the server waits until the request is written to disk before responding to the client. The sync
option is recommended because it follows the NFS protocol.
Submitted By:-Eric Email-ID: - erice934@gmail.com

