nerdexam
Oracle

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…

Configuring and Administering Networks

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)
  • A
    84% (26)
  • B
    10% (3)
  • D
    6% (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

#NFS#file sharing#dfstab#ZFS shares

Community Discussion

No community discussion yet for this question.

Full 1Z0-821 Practice