What is the primary function of the '/etc' directory in Linux file systems? MCQ with Answer and Explanation

What is the primary function of the '/etc' directory in Linux file systems?
A. To contain system-wide text configuration files and startup scripts.
B. To host user-level multimedia documents.
C. To store temporary cache files.
D. To store backup binary drivers.
Answer: Option A
Solution (By JKExamLibrary)
The '/etc' directory houses core system-wide configuration files, user data databases, and startup configuration scripts for services.

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 Windows command is used to display the IP configuration and release/renew DHCP leases?
A. ipconfig /all
B. ipconfig /release and /renew
C. ipconfig /flushdns
D. All of the above

Correct Answer: Option D


Explanation:
ipconfig supports various options: /all for full info, /release and /renew for DHCP, and /flushdns for DNS cache.

This question belongs to: Computer Operating Systems
Question #2 Report Error
Which of the following is a file system specifically designed for flash storage, used in many Android devices?
A. F2FS
B. ext4
C. FAT32
D. NTFS

Correct Answer: Option A


Explanation:
F2FS (Flash-Friendly File System) is optimized for NAND flash memory, improving performance and longevity on SSDs and SD cards.

This question belongs to: Computer Operating Systems
Question #3 Report Error
Which component of Windows stores configuration settings for hardware, software, and users?
A. Event Viewer
B. System Configuration
C. Registry
D. Group Policy

Correct Answer: Option C


Explanation:
The Windows Registry is a hierarchical database that stores configuration settings for the OS, applications, and hardware.

This question belongs to: Computer Operating Systems