Which directory in Linux houses dynamic, transient operational runtime files such as system logs, process queues, and print spools? MCQ with Answer and Explanation

Which directory in Linux houses dynamic, transient operational runtime files such as system logs, process queues, and print spools?
A. /opt
B. /var
C. /usr
D. /mnt
Answer: Option B
Solution (By JKExamLibrary)
The '/var' directory contains variable files whose contents fluctuate continuously during normal system operation, including system logs and mail spools.

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 component of the Android architecture contains core C/C++ libraries like WebKit, OpenGL ES, and SQLite?
A. Applications Layer
B. Java API Framework
C. Hardware Abstraction Layer
D. Native C/C++ Libraries (and Android Runtime)

Correct Answer: Option D


Explanation:
Android includes a set of native C/C++ libraries providing core features like web rendering, graphics acceleration, and database engines.

This question belongs to: Computer Operating Systems
Question #2 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
Question #3 Report Error
What is the purpose of the Windows 'Power Options' settings?
A. To control cooling fans
B. To configure display brightness
C. To manage power consumption and performance profiles
D. To set battery charging limits

Correct Answer: Option C


Explanation:
Power Options allow users to choose power plans (Balanced, High Performance, Power Saver) that adjust hardware settings to save energy or boost performance.

This question belongs to: Computer Operating Systems