TOOL » LINUX

Signals

List

SignalValueActionComment
SIGHUP1TermHangup detected on controlling terminal or death of controlling process
SIGINT2TermInterrupt from keyboard
SIGQUIT3CoreQuit from keyboard
SIGILL4CoreIllegal Instruction
SIGABRT6CoreAbort signal from abort(3)
SIGFPE8CoreFloating point exception
SIGKILL9TermKill signal
SIGUSR110User defined signal 1
SIGSEGV11CoreInvalid memory reference
SIGUSR212User defined signal 2
SIGPIPE13TermBroken pipe: write to pipe with no
SIGTERM15TermTermination signal