LPIC-1 Exam 102 v5 (Linux Administrator) — Question 53
Which of the following statements is valid in the file /etc/nsswitch.conf?
Answer options
- A. multi on
- B. 192.168.168.4 dns-server
- C. namespaces: net mount procs
- D. include /etc/nsswitch.d/
- E. hosts: files dns
Correct answer: E
Explanation
The correct answer is E because it accurately specifies the order in which the system should look up hostnames using the 'files' and 'dns' methods. The other options either use incorrect syntax or refer to parameters not applicable in this context.