LPIC-1 Exam 101 v5 (Linux Administrator) — Question 59
Which of the following directories on a 64 bit Linux system typically contain shared libraries? (Choose two.)
Answer options
- A. ~/.lib64/
- B. /usr/lib64/
- C. /var/lib64/
- D. /lib64/
- E. /opt/lib64/
Correct answer: B, D
Explanation
The correct answers are B and D because /usr/lib64/ and /lib64/ are standard directories for 64-bit shared libraries on Linux systems. The other options, such as ~/.lib64/, /var/lib64/, and /opt/lib64/, are not typically used for storing shared libraries.