Computer Hacking Forensic Investigator (CHFI v10) — Question 341
What is the location of the binary files required for the functioning of the OS in a Linux system?
Answer options
- A. /run
- B. /bin
- C. /root
- D. /sbin
Correct answer: B
Explanation
The correct answer is B because the /bin directory contains essential user binaries required for the system's operation. Options A and D represent other directories that contain system and administrative binaries, while option C is the home directory for the root user and does not contain the OS's core binaries.