Which Linux command shows the list of mounted file systems? MCQ with Answer and Explanation

Which Linux command shows the list of mounted file systems?
A. df
B. mount
C. lsblk
D. fstab
Answer: Option B
Solution (By JKSSB Mock Tests)
mount without arguments displays all currently mounted file systems; df also shows mounts but with usage.

Discuss this Question (0)

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

Practice More Operating Systems Questions

Question #1
Which of the following processes is the first user-space process started by the Linux kernel during system initialization, typically having a Process ID (PID) of 1?
A. bash
B. cron
C. init (or systemd)
D. kthreadd

Correct Answer: Option C


Explanation:
The 'init' process (modern distributions use systemd) is the very first process launched by the Linux kernel during boot, and it receives PID 1.

This question belongs to: Computer Operating Systems
Question #2
In Windows, the 'System Restore' creates restore points that include:
A. All user data files
B. Only the registry
C. System files, registry, and installed applications
D. Only device drivers

Correct Answer: Option C


Explanation:
Restore points snapshot system files, registry, and some application settings, not personal documents.

This question belongs to: Computer Operating Systems
Question #3
Which Windows utility is used to view and terminate running processes and applications?
A. Task Manager
B. Control Panel
C. System Information
D. File Explorer

Correct Answer: Option A


Explanation:
Task Manager provides a list of running processes, performance data, and allows users to end tasks or processes.

This question belongs to: Computer Operating Systems