Multiple choice technology

Which command is used to run a job in the background

  1. bg

  2. &

  3. nohup

  4. fg

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

The bg command resumes a stopped job in the background, while & placed after a command starts it directly in the background. fg brings a background job to foreground.