Multiple choice technology operating systems

du command displays the file system usage for the entire file system

  1. True

  2. False

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

The du (disk usage) command reports disk usage for specific directories and files, not for the entire file system. To view file system-wide usage statistics, use the df (disk free) command instead, which shows total, used, and available space for all mounted file systems.