nerdexam
Oracle

1Z0-822 · Question #105

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…

Managing Network

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

(36 responses)
  • A
    83% (30)
  • B
    11% (4)
  • 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#share#dfstab#ZFS share

Community Discussion

No community discussion yet for this question.

Full 1Z0-822 Practice