Multiple choice technology operating systems

Command used to check the usage of the various file systems mounted

  1. df

  2. du

  3. 1 and 2

  4. None

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The df (disk free) command shows disk space usage and available space on mounted filesystems. du (disk usage) shows directory space consumption, not filesystem-level usage. The question specifically asks for filesystem usage, not directory usage.