Multiple choice technology operating systems

What is the command to list the processes running in your system.

  1. ifconfig

  2. top

  3. ps

  4. ls

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

The ps (process status) command provides a snapshot of currently running processes. It displays information about processes including their PIDs, terminal, CPU time, and command name. While 'top' also shows processes, ps is specifically designed for listing them.