Oracle Solaris 11 System Administrator — Question 12
You are configuring NFS on a server. Select the two statements that are true.
Answer options
- A. Resources listed in /etc/dfs/dfstab are automatically shared on boot up.
- B. A directory cannot be shared if a subdirectory below it is already shared.
- C. Renaming a share created with the zfs set share command is not supported.
- D. NFS and SMB protocols cannot be used simultaneously to share the same directory.
Correct answer: A, C
Explanation
Statement A is correct because resources in /etc/dfs/dfstab are indeed shared at system startup. Statement C is also true, as the zfs set share command does not permit renaming shares. Statements B and D are incorrect; a directory can be shared even if a subdirectory is shared, and NFS and SMB can work together to share the same directory.