Which description matches the output of df -h?

Prepare for the Google Data Center Technician Exam. Use our interactive quiz featuring flashcards and multiple choice questions with hints and explanations. Get exam-ready today!

Multiple Choice

Which description matches the output of df -h?

Explanation:
The command df -h shows disk space usage for each mounted filesystem in a human-friendly format. It reports the total size, how much is used, how much is available, and the usage percentage, with numbers shown using units like K, M, or G instead of plain block counts. This makes it easy to quickly assess free space. If you omit -h, df presents the numbers in 1K-blocks by default. Note that inodes usage is shown with df -i, and the MAC address table size or ARP cache entries are not what df outputs.

The command df -h shows disk space usage for each mounted filesystem in a human-friendly format. It reports the total size, how much is used, how much is available, and the usage percentage, with numbers shown using units like K, M, or G instead of plain block counts. This makes it easy to quickly assess free space. If you omit -h, df presents the numbers in 1K-blocks by default. Note that inodes usage is shown with df -i, and the MAC address table size or ARP cache entries are not what df outputs.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy