Linux Essentials (010-160) — Question 73
Which of the following directories contains information, documentation and example configuration files for installed software packages?
Answer options
- A. /usr/share/doc/
- B. /etc/defaults/
- C. /var/info/
- D. /doc/
- E. /usr/examples/
Correct answer: A
Explanation
The correct answer is A, as the /usr/share/doc/ directory is specifically designed to store documentation and example configurations for software packages. The other options do not serve this purpose; for instance, /etc/defaults/ contains default configuration files, /var/info/ is typically used for info files, /doc/ is a general term and not a standard path, and /usr/examples/ may contain example files but not necessarily documentation.