In Linux, the '/etc/fstab' file contains: MCQ with Answer and Explanation

In Linux, the '/etc/fstab' file contains:
A. Network configuration
B. File system mount points and options
C. User account passwords
D. System hostname
Answer: Option B
Solution (By JKExamLibrary)
fstab (file systems table) defines how disk partitions and file systems are to be mounted at boot or manually.

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 is used in Linux to change the read, write, and execute permissions of a specific file?
A. pwd
B. chmod
C. chown
D. mkdir

Correct Answer: Option B


Explanation:
The 'chmod' command stands for 'change mode' and is used to alter access permissions for files and directories in Unix-like systems.

This question belongs to: Computer Operating Systems
Question #2 Report Error
Which area of the Linux file system hierarchy contains specialized pseudo-files that represent physical or virtual devices attached to the computer?
A. /dev
B. /bin
C. /proc
D. /sys

Correct Answer: Option A


Explanation:
The '/dev' directory contains device nodes or pseudo-files that map directly to hardware peripherals and components like storage volumes or serial ports.

This question belongs to: Computer Operating Systems
Question #3 Report Error
Which Windows component provides a comprehensive view of active processes, performance metrics, and network utilization, allowing users to terminate frozen apps?
A. Task Manager
B. Device Manager
C. Disk Management
D. Event Viewer

Correct Answer: Option A


Explanation:
Windows Task Manager provides real-time information about system performance, application memory footprints, and allows terminating running processes.

This question belongs to: Computer Operating Systems