Which directory stores system binaries (programs)?

Study for the OSCP Linux Exam. Use our flashcards and multiple-choice questions to test your skills. Each query comes with detailed hints and explanations to enhance your preparedness. Get ready to conquer the exam!

Multiple Choice

Which directory stores system binaries (programs)?

Explanation:
System maintenance and boot-time tools live in the directory reserved for administrator binaries. These are the programs you use for system upkeep, repair, and early-boot tasks, typically used by root to manage the system. That’s why this directory is the right place: it contains system administration binaries such as fsck, mount, reboot, and other utilities essential for maintaining and booting the system. In contrast, /bin holds essential user commands needed for normal operation by all users, /usr/bin contains broader user applications, and /lib stores shared libraries that support binaries rather than the programs themselves. Some distributions link /bin and /sbin to /usr/bin and /usr/sbin, but their roles remain focused on essential system vs. user-level functionality.

System maintenance and boot-time tools live in the directory reserved for administrator binaries. These are the programs you use for system upkeep, repair, and early-boot tasks, typically used by root to manage the system. That’s why this directory is the right place: it contains system administration binaries such as fsck, mount, reboot, and other utilities essential for maintaining and booting the system.

In contrast, /bin holds essential user commands needed for normal operation by all users, /usr/bin contains broader user applications, and /lib stores shared libraries that support binaries rather than the programs themselves. Some distributions link /bin and /sbin to /usr/bin and /usr/sbin, but their roles remain focused on essential system vs. user-level functionality.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy