LPIC-2 Exam 202 (Linux Engineer) — Question 53
Which of the following Samba configuration parameters is functionally identical to the parameter read only=yes?
Answer options
- A. browseable=no
- B. read write=no
- C. writeable=no
- D. write only=no
- E. write access=no
Correct answer: C
Explanation
The correct answer is C, writeable=no, which effectively prevents write access to the shared resource, similar to read only=yes. The other options do not restrict write access in the same way: A relates to visibility, B implies both read and write access are disabled, D pertains to write operations only, and E is not a valid Samba parameter.