Multiple choice technology operating systems

How do you get current CPU utilization, memory and disk space usage in linux

  1. du

  2. df

  3. top

  4. None of the above

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

The top command provides real-time CPU utilization and memory usage, along with process information. For disk space specifically, df -h is used. While no single command shows all three simultaneously, top is the standard interactive tool for system resource monitoring.