Where are system binaries (programs) stored?

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

Where are system binaries (programs) stored?

Explanation:
System administration binaries live in /sbin. These are the low-level tools used by the superuser for system maintenance, boot, and repair tasks. They’re distinct from everyday user commands because they are intended to be run for system management rather than general use. Examples include programs involved in boot/shutdown, filesystem checks, and other maintenance chores, which is why they belong in a dedicated system-maintenance directory. In contrast, /bin holds essential user-level commands needed for basic operation, even in minimal or single-user scenarios, while /usr/bin and /usr/sbin contain a larger set of utilities used in normal multi-user operation. On many modern systems these distinctions blur due to symlinks (for example, /bin and /sbin may point to /usr/bin and /usr/sbin), but the traditional separation is what aligns with storing system maintenance binaries in /sbin.

System administration binaries live in /sbin. These are the low-level tools used by the superuser for system maintenance, boot, and repair tasks. They’re distinct from everyday user commands because they are intended to be run for system management rather than general use. Examples include programs involved in boot/shutdown, filesystem checks, and other maintenance chores, which is why they belong in a dedicated system-maintenance directory.

In contrast, /bin holds essential user-level commands needed for basic operation, even in minimal or single-user scenarios, while /usr/bin and /usr/sbin contain a larger set of utilities used in normal multi-user operation. On many modern systems these distinctions blur due to symlinks (for example, /bin and /sbin may point to /usr/bin and /usr/sbin), but the traditional separation is what aligns with storing system maintenance binaries in /sbin.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy