Multiple choice technology programming languages du command displays the file system usage for the entire file system True False Reveal answer Fill a bubble to check yourself B Correct answer Explanation The du (disk usage) command shows disk usage for specific directories and files, NOT the entire filesystem. To see filesystem-wide usage, use df (disk free) command. du is recursive from a specified starting point, not global filesystem-wide.