Multiple choice Pause the currently running process and put it in the background. CTRL + Z CTRL + C CTRL + D CTRL + R Reveal answer Fill a bubble to check yourself A Correct answer Explanation CTRL+Z sends the SIGTSTP signal to the current process, which suspends it and allows the user to move it to the background.