QuestionQ36

Operations

A company system administrator relies extensively on NFS to share file systems between servers and clients. They must configure a new NFS server to export specific directories and control client access. Their /etc/exports configuration file contains:

Question Image

Which command do they use to update the NFS subsystem with the new exports specified in /etc/exports?

  • A exportfs
  • B showmount
  • C nfsstat
  • D mount
Explanation

exportfs manages the NFS server’s exported-filesystem table. Running it with the appropriate refresh option, such as exportfs -r, reloads and synchronizes the exports defined in /etc/exports.

Learn more

Community Discussion

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