Multiple choice technology operating systems

Is du a command? If so, what is its use?

  1. No, it is not a command

  2. Yes, it stands for kilobytes used by each subdirectory

  3. It will display the current users available in the system

  4. The df command reports on the space left on the file system

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

The 'du' (disk usage) command summarizes disk usage by directory, showing kilobytes used by each subdirectory. Option A incorrectly denies du exists. Option C misidentifies it as a user command (that's 'who' or 'users'). Option D describes 'df' (disk free), not du. Option B correctly describes du's purpose - reporting disk consumption by subdirectory.