Linuxのシグナルの番号

1 SIGHUP 端末との接続が切断された(Hangup)
2 SIGINT キーボードからの割り込み(Interrrupt)
3 SIGQUIT キーボードからのプロセスの中止(Quit)
4 SIGILL 不正な命令(Illegal instruction)
5 SIGTRAP Trace / breakpoint trap
6 SIGABRT abort関数
8 SIGFPE 浮動少数点例外(Arithematic exception)
9 SIGKILL Kill
11 SIGSEGV 不正なメモリー参照(Segmentation fault)
13 SIGPIPE パイプ破壊
14 SIGALRM alerm関数
15 SIGTERM 終了(Termination)