Multiple choice technology web technology

How can you best see how much free space you have in your Paritions?

  1. Use df -ha

  2. Use df .

  3. Use du -c

  4. Use du

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

df -ha shows disk space free on all filesystems (-a) in human-readable format (-h). df without -a only shows mounted filesystems. du shows disk usage, not free space.