Multiple choice

Obtain a listing of processes and their id's. Including the option aux will show all processes.

  1. ps

  2. jobs

  3. pwd

  4. tree

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

The 'ps' command (process status) displays information about active processes. The 'aux' options are commonly used to show all processes for all users.