nerdexam
GIAC

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.

Advanced Mac & Linux Forensics

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)
  • A
    4% (1)
  • B
    13% (3)
  • C
    9% (2)
  • D
    74% (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.

A/etc

/etc contains system-wide configuration files and shell scripts used to boot and initialize system settings, not executable administrative commands.

B/dev

/dev contains device files that represent hardware and virtual devices such as disks, terminals, and random number generators, not commands or daemons.

C/usr

/usr contains user-space applications, libraries, and documentation installed for general use, rather than core system administration binaries.

D/sbinCorrect

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

#Linux directory structure#/sbin#daemon processes#file system hierarchy

Community Discussion

No community discussion yet for this question.

Full GCFA Practice