Multiple choice

What command do you use to display a list of currently running processes

  1. vi

  2. ps

  3. shutdown

  4. passwd

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

The ps command (process status) displays information about active processes. vi is an editor, shutdown controls power, and passwd manages passwords.