1Z0-821 · Question #174
You are configuring NFS on a server. Select the two statements that are true.
The correct answer is A. Resources listed in /etc/dfs/dfstab are automatically shared on boot up. C. Renaming a share created with the zfs set share command is not supported. A: ZFS can automatically share file systems by setting the sharenfs property. Using this property, you do not have to modify the /etc/dfs/dfstab file when a new file system is shared. The sharenfs property is a comma-separated list of options to pass to the share command. The…
Question
You are configuring NFS on a server. Select the two statements that are true.
Options
- AResources listed in /etc/dfs/dfstab are automatically shared on boot up.
- BA directory cannot be shared if a subdirectory below it is already shared.
- CRenaming a share created with the zfs set share command is not supported.
- DNFS and SMB protocols cannot be used simultaneously to share the same directory.
How the community answered
(31 responses)- A84% (26)
- B10% (3)
- D6% (2)
Explanation
A: ZFS can automatically share file systems by setting the sharenfs property. Using this property, you do not have to modify the /etc/dfs/dfstab file when a new file system is shared. The sharenfs property is a comma-separated list of options to pass to the share command. The value on is an alias for the default share options, which provides read/write permissions to anyone. The value off indicates that the file system is not managed by ZFS and can be shared through traditional means, such as the /etc/dfs/dfstab file. All file systems whose sharenfs property is not off are shared during boot.
Topics
Community Discussion
No community discussion yet for this question.