signals · signals/SIGTSTP
SIGTSTP
Terminal stop
Sent to a process when the user presses Ctrl-Z at the terminal. Unlike SIGSTOP it can be caught or ignored. The default action suspends the process; shells use this for job control.
Sent to a process when the user presses Ctrl-Z at the terminal. Unlike SIGSTOP it can be caught or ignored. The default action suspends the process; shells use this for job control.