QuestionQ42

NFS administration tasks

Which exportfs command temporarily exports the <path> resource while disregarding the options defined in the /etc/exports file?

  • A exportfs -a <path>
  • B exportfs -u <path>
  • C exportfs -v <path>
  • D exportfs -i <path>
Explanation

The -i option causes exportfs to ignore /etc/exports when exporting a specified path, allowing the path to be exported without applying that file’s configured options.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!