TOOL » LINUX

Signals

List

Get a full list with kill -L.

SignalValueShortcutComment
HUP1Hangup detected on controlling terminal or death of controlling process
INT2Ctrl+CInterrupt from keyboard
QUIT3Ctrl+\Quit from keyboard
KILL9Kill signal
USR110User-defined signal 1
USR212User-defined signal 2
TERM15Termination signal
CONT18Continue if stopped
STOP19Stop process (prefer TSTP)
TSTP20Ctrl+ZStop typed at terminal