Multiple choice technology operating systems

What is contained in directory /sbin? Select the single best answer.

  1. Commands of interest mainly to the administrator.

  2. Commands of interest to all system users.

  3. Commands needed in the event of a system emergency of interest mainly to the administrator.

  4. Libraries needed in the event of an emergency.

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The /sbin directory contains system binaries essential for system administration, particularly those needed during system emergencies or for system maintenance tasks. While /bin contains commands for all users, /sbin is specifically for administrator commands. These are emergency-critical commands, not libraries. Option C correctly states these are commands needed for system emergencies, of interest mainly to administrators.