Practice Questions

Question 1 Which of the following commands can be used to mount the /export/home file system from the “solaris” system (IP address of 192.168.39.7) on the /mnt mount point?
  • a. mount -F nfs -h solaris /export/home /mnt

  • b. mount -F nfs 192.168.39.7:/export/home /mnt

  • c. mount -F nfs /mnt solaris:/export/home

  • d. mount -F nfs /export/home@solaris /mnt

A1: Answer b is correct. The first argument following the -F file system type should be the hostname or IP address of the system sharing the resource. None of the other answers uses the appropriate syntax or command-line arguments. Therefore, answers a, c, and d are incorrect.
Question 2 Enter the name of the file system type used to temporarily store a remote NFS resource on a local disk. ...

Get Solaris™ 8 System Administrator Exam Cram™ 2 (Exams CX-310-011 and CX-310-012) now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.