Multiple choice technology architecture

To see the list of Jobs running in background or suspended jobs?

  1. ps

  2. kill

  3. jobs

  4. fg

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

The jobs command displays the status of jobs running in the background or suspended in the current shell. It only shows jobs started from the current shell session. Option A (ps) shows all processes system-wide, Option B (kill) is for terminating processes, and Option D (fg) brings a background job to foreground.