Which Linux file directory typically contains all system binary executable files required for basic administration and user operations? MCQ with Answer and Explanation

Which Linux file directory typically contains all system binary executable files required for basic administration and user operations?
A. /dev
B. /etc
C. /bin
D. /var
Answer: Option C
Solution (By JKExamLibrary)
The '/bin' directory stands for binaries and contains fundamental executable command programs like ls, cp, and mv needed across the system.

This question belongs to: Computer Operating Systems

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Operating Systems Questions

Question #1 Report Error
Which of the following commands in Linux can be used to view the list of files and folders inside the current directory?
A. dir/w
B. cd
C. ls
D. show

Correct Answer: Option C


Explanation:
The 'ls' command is the standard utility used to list files, folders, and attributes in Unix-like terminal configurations.

This question belongs to: Computer Operating Systems
Question #2 Report Error
Which of the following is a type of Linux shell?
A. PowerShell
B. Bash
C. Command Prompt
D. Terminal

Correct Answer: Option B


Explanation:
Bash is a shell; Command Prompt and PowerShell are Windows; Terminal is a terminal emulator.

This question belongs to: Computer Operating Systems
Question #3 Report Error
In a multiprocessor system, what is NUMA?
A. Network Unified Memory Architecture
B. New Unified Memory Access
C. Non-Uniform Memory Access, where memory access times vary based on the processor's location
D. Non-Universal Memory Architecture

Correct Answer: Option C


Explanation:
NUMA is a memory architecture where each processor has local memory, but accessing remote memory takes longer, affecting performance.

This question belongs to: Computer Operating Systems