nerdexam
EC-Council

312-49 · Question #510

What is the location of the binary files required for the functioning of the OS in a Linux system?

The correct answer is B. /bin. In a Linux filesystem hierarchy, /bin (binary) contains essential user-facing binary executables required for the OS to function, such as ls, cp, mv, bash, and cat. These binaries are available to all users and are needed even in single-user/recovery mode. /sbin contains system…

Submitted by luis.pe· Apr 18, 2026Disk Forensics

Question

What is the location of the binary files required for the functioning of the OS in a Linux system?

Options

  • A/run
  • B/bin
  • C/root
  • D/sbin

How the community answered

(38 responses)
  • A
    3% (1)
  • B
    89% (34)
  • C
    5% (2)
  • D
    3% (1)

Explanation

In a Linux filesystem hierarchy, /bin (binary) contains essential user-facing binary executables required for the OS to function, such as ls, cp, mv, bash, and cat. These binaries are available to all users and are needed even in single-user/recovery mode. /sbin contains system administration binaries (e.g., fdisk, ifconfig) typically used by root. /root is the home directory of the root user. /run holds runtime data for processes since the last boot. The question asks about OS functioning binaries accessible to users, making /bin the correct answer.

Topics

#Linux Filesystem#Filesystem Hierarchy Standard#OS Binaries#System Architecture

Community Discussion

No community discussion yet for this question.

Full 312-49 Practice