nerdexam
EC-CouncilEC-Council

312-49 · Question #510

312-49 Question #510: Real Exam Question with Answer & Explanation

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 a

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

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 PracticeBrowse All 312-49 Questions