Beginner
Linux & Shell Scripting
Q34 / 100
What is the purpose of the "df -h" command?
Correct! Well done.
Incorrect.
The correct answer is B) It shows disk space usage of mounted filesystems in a human-readable format
B
Correct Answer
It shows disk space usage of mounted filesystems in a human-readable format
Explanation
"df" (disk free) reports filesystem disk space usage, and "-h" displays sizes in human-readable units (KB, MB, GB) rather than raw byte counts.
Progress
34/100