signals · signals/SIGINT
SIGINT
Interrupt
Sent to a process when the user presses Ctrl-C at the terminal. The default action is to terminate the process. Many programs catch it to perform a clean shutdown.
Sent to a process when the user presses Ctrl-C at the terminal. The default action is to terminate the process. Many programs catch it to perform a clean shutdown.