LPIC-2 Exam 202 (Linux Engineer) — Question 55
Which of the following statements is true regarding the NFSv4 pseudo file system on the NFS server?
Answer options
- A. It must be called /exports
- B. It usually contains bind mounts of the directory trees to be exported
- C. It must be a dedicated partition on the server
- D. It is defined in the option Nfsv4-Root in /etc/pathmapd.conf
- E. It usually contains symlinks to the directory trees to be exported
Correct answer: B
Explanation
The correct answer is B because the NFSv4 pseudo file system is designed to include bind mounts of the directories that are shared. Options A and C are incorrect as there is no strict naming or partition requirement for the pseudo file system. Option D is also incorrect, as the definition of the pseudo file system is not specifically tied to the Nfsv4-Root option in the pathmapd configuration. Option E is wrong because symlinks are not typically used in the pseudo file system for NFSv4.