Multiple choice technology Which command is used to run a job in the background bg & nohup 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.