Multiple choice technology operating systems What is the command for listing all the background jobs? ps jobs processes 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.