Multiple choice technology

Command to verify the disk usage

  1. df

  2. du

  3. quota

  4. ulimit

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

The du (disk usage) command summarizes disk usage for directories and files. df shows filesystem free space, quota displays disk quotas, and ulimit controls resource limits.