A colleague is trying to access a directory shared via NFS from a Linux machine but is facing permission issues. Which file on the server would you check to verify the permissions and access for the shared directory?
- /etc/exports
- /etc/fstab
- /etc/nfsd.conf
- /etc/permissions
To verify permissions and access for a directory shared via NFS, you would check the /etc/exports file on the NFS server. This file specifies the directories that are shared and the permissions granted to clients.
Loading...
Related Quiz
- What is the primary purpose of the chmod command in Linux?
- You've been given a new device without any documentation. You want to check if Linux has automatically loaded a driver for it. Which command would help you determine this?
- If you want to shift the positional parameters to the left, which command would you use?
- What is the primary purpose of the /home directory in Linux?
- During the Linux boot process, which script initializes the system settings?