NFS Client Networking  «Prev  Next»

Network Filesystem - Quiz

Each question is worth one point. Select the best answer or answers for each question.
 

1. How does a command like ls get information that is stored in remote files?
Please select the best answer.
  A. It checks the /etc/fstab file to see if it is a NFS volume.
  B. It doesn't work on NFS volumes.
  C. It asks a server where the information is stored.
  D. It asks the kernel for the information.

2. Which problem might cause inefficient access to remote filesystems?
Please select the best answer.
  A. An invalid /etc/fstab entry
  B. Large NFS block sizes
  C. The local mount point used
  D. The presence of non-UNIX-type computers on the network

3. Which of these methods allows you to override NFS's default block size by passing it options?
Please select all the correct answers.
  A. Configure the kernel during installation
  B. Use the mount command's -o option
  C. Use commands like ls
  D. The /etc/fstab file