Multiple choice technology operating systems

What is the command for listing all the background jobs?

  1. ps

  2. jobs

  3. processes

  4. kill

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

The 'jobs' command is a shell builtin that lists background jobs started in the current shell. ps lists all processes on the system, 'processes' is not a valid command, and kill is used to terminate processes, not list them.