While a process is running, it may be killed or stopped by the user. ctrl+c will kill the process. ctrl+z will stop the process.

fg in the job control command to send the current process to the foreground. bg is the job control command to send the current process to the background.

Links:

bash

command-line