Multiple choice Move the given process from the background to the foreground fg <job number> bg <job number> kill <process id> killall <process name> Reveal answer Fill a bubble to check yourself A Correct answer Explanation The 'fg' command brings a background job to the foreground. 'bg' sends a process to the background, and 'kill' terminates it.