Multiple choice technology operating systems

What two commands display the status of processes on a Linux system?

  1. ps and top

  2. df and top

  3. du and df

  4. ls and df

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

The ps command displays a snapshot of current processes, while top provides a dynamic, real-time view of process status. Together, these two commands give comprehensive process status information. df reports disk space, du reports directory space usage, and ls lists files - none of these display process information.