Which Linux command is used to display disk usage in a human-readable format? MCQ with Answer and Explanation

Which Linux command is used to display disk usage in a human-readable format?
A. fdisk -l
B. df -h
C. du -h
D. lsblk
Answer: Option B
Solution (By JKExamLibrary)
df -h shows file system disk space usage in human-readable format (GB, MB).

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 is an example of a distributed operating system?
A. Linux
B. Android
C. Windows Server
D. Amoeba

Correct Answer: Option D


Explanation:
Amoeba is a distributed OS that manages a collection of computers as a single system; others are not distributed by default.

This question belongs to: Computer Operating Systems
Question #2 Report Error
What is the default command prompt interpreter application executable file in modern Windows?
A. cmd.exe
B. command.com
C. bash.exe
D. terminal.sys

Correct Answer: Option A


Explanation:
The default command prompt interpreter application file for modern Windows systems is 'cmd.exe'.

This question belongs to: Computer Operating Systems
Question #3 Report Error
Which memory location holds the addresses of various Interrupt Service Routines (ISRs) to handle specific hardware triggers?
A. Process Control Block (PCB)
B. Windows Registry Base
C. Virtual Swap Block
D. Interrupt Vector Table (IVT)

Correct Answer: Option D


Explanation:
The Interrupt Vector Table maps specific interrupt signal identifier numbers directly to the memory locations of their respective Interrupt Service Routines.

This question belongs to: Computer Operating Systems