Which description matches the output of df -h?

Study for the Google Data Center Technician Exam. Utilize flashcards and multiple choice questions, complete with hints and detailed explanations. Get prepared for your certification!

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 Examzify

You can unsubscribe at any time. Read our privacy policy