nerdexam
SUN

310-202 · Question #350

Exhibit: /etc/dfs/dfstab file # Place share(1M) commands here for automatic execution # on entering init state 3. # # Issue the command /etc/init.d/nfs.server start to run the NFS # daemon processes…

The correct answer is D. unshare /export/share. See the full explanation below for the reasoning.

Question

Exhibit:

/etc/dfs/dfstab file # Place share(1M) commands here for automatic execution # on entering init state 3. # # Issue the command /etc/init.d/nfs.server start to run the NFS # daemon processes and the share commands, after adding the very # first entry to this file. # # share [-F fstype] [ -o options] [-d <text>] <pathname> [resource] # .e.g, # share -F nfs -o rw=engineering -d home dirs /export/home2 share -F nfs /usr/share/man share -F nfs -o ro /export/share share -F nfs /var/tmp Which command makes the /export/share resource unavailable for clients to mount, without affecting any other shared resources?

Options

  • Aunshareall
  • Bshare /export/share
  • Cumount /export/share
  • Dunshare /export/share
  • Eunshare -F nfs /export

How the community answered

(38 responses)
  • A
    5% (2)
  • B
    8% (3)
  • C
    3% (1)
  • D
    84% (32)

Community Discussion

No community discussion yet for this question.

Full 310-202 Practice