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…
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)- A3% (1)
- B89% (34)
- C5% (2)
- D3% (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
Community Discussion
No community discussion yet for this question.