nerdexam
Oracle

1Z0-100 · Question #85

Examine this output captured on an NFS server: # mount | grep export /dev/sdc1 on /export type ext3 (rw) /dev/sdc2 on /export/share2 type ext3 (rw) # cat /etc/exports /export (*ro) You mounted the…

The correct answer is B. It lists any files stored in the root directory in the /dev/sdc2 partition of the NFS server. See the full explanation below for the reasoning.

Question

Examine this output captured on an NFS server:

mount | grep export /dev/sdc1 on /export type ext3 (rw) /dev/sdc2 on /export/share2 type ext3 (rw) # cat /etc/exports /export (*ro) You mounted the /export filesystem on an NFS client using the command:

mount NFS_SERVER:/export/mnt What is the result of listing the files in /mnt/share2 on the NFS client?

Options

  • AIt lists any files stored in the share2 directory in the /dev/sdc1 partition of the NFS server.
  • BIt lists any files stored in the root directory in the /dev/sdc2 partition of the NFS server.
  • CIt results in a permission denied error.
  • DIt results in a stale NFS handle error.
  • EIt produces no output.

How the community answered

(36 responses)
  • B
    81% (29)
  • C
    6% (2)
  • D
    3% (1)
  • E
    11% (4)

Community Discussion

No community discussion yet for this question.

Full 1Z0-100 Practice