LPIC-2 Exam 202 (Linux Engineer) — Question 39
Which of the following options are valid in /etc/exports? (Choose two.)
Answer options
- A. rw
- B. ro
- C. rootsquash
- D. norootsquash
- E. uid
Correct answer: A, B
Explanation
The correct options, A (rw) and B (ro), specify read-write and read-only permissions, respectively, which are standard configurations in NFS exports. Options C (rootsquash) and D (norootsquash) relate to root access permissions, and option E (uid) is not a valid entry in this context.