Which description matches the output of df -h?

Prepare thoroughly for the Google Data Center Technician Exam. Utilize our engaging study tools, with flashcards, multiple-choice questions, hints, and explanations to ensure success. Ready yourself for the challenge ahead!

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