What is the result of listing the files in /mnt/share2 on the NFS client?

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?
A. It lists any files stored in the share2 directory in the /dev/sdc1 partition of the NFS server.
B. It lists any files stored in the root directory in the /dev/sdc2 partition of the NFS server.
C. It results in a permission denied error.
D. It results in a stale NFS handle error.
E. It produces no output.

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.