GCFA · Question #130
Which of the following directories contains administrative commands and daemon processes in the Linux operating system?
The correct answer is D. /sbin. The /sbin directory in Linux is specifically reserved for essential system administration binaries and daemon processes that are typically run by root.
Question
Which of the following directories contains administrative commands and daemon processes in the Linux operating system?
Options
- A/etc
- B/dev
- C/usr
- D/sbin
How the community answered
(23 responses)- A4% (1)
- B13% (3)
- C9% (2)
- D74% (17)
Why each option
The /sbin directory in Linux is specifically reserved for essential system administration binaries and daemon processes that are typically run by root.
/etc contains system-wide configuration files and shell scripts used to boot and initialize system settings, not executable administrative commands.
/dev contains device files that represent hardware and virtual devices such as disks, terminals, and random number generators, not commands or daemons.
/usr contains user-space applications, libraries, and documentation installed for general use, rather than core system administration binaries.
The /sbin directory (system binaries) holds administrative commands such as fsck, ifconfig, and init, as well as daemon processes required for system boot and administration, distinguishing it from /bin which holds binaries for all users.
Concept tested: Linux filesystem hierarchy and directory purposes
Source: https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch03s16.html
Topics
Community Discussion
No community discussion yet for this question.