Multiple choice

Pause the currently running process and put it in the background.

  1. CTRL + Z

  2. CTRL + C

  3. CTRL + D

  4. 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.