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