Multiple choice

Which of the following commands is used to summarize the disk usage?

  1. chkdsk

  2. fdisk

  3. du

  4. disk

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

The du (disk usage) command summarizes and displays the disk space consumed by files and directories. fdisk is for partitioning, chkdsk is a Windows utility, and disk is not a standard Unix command.