Multiple choice technology operating systems

This is the command used for finding the free disk space for all filesystems

  1. du

  2. df

  3. diskusg

  4. dp

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

df (disk free) shows filesystem disk space usage. du (disk usage) summarizes directory space. diskusg and dp are not standard Unix commands.