Manage Network-Attached Storage with NFS Flashcards
1
Q
What command is used to create a mount point for a server?
A
mkdir /<Mount></Mount>
2
Q
What command is used to verify that the NFS export for one server successfully mounts to the mount point?
A
mount -t nfs serverb.lab.example.com:/shares/public /public
3
Q
What command list the contents of the mount point?
A
ls -l /<mount></mount>
4
Q
What command explores the mount command options for the mounted NFS export?
A
mount | grep <mount></mount>
5
Q
What command unmounts the NFS export?
A
umount /public