| 1 | HUP | hangup (also parent process death)( |
| 2 | INT | Interrupt (^c) |
| 3 | QUIT | quit key (^\) -> can also cause core dumps |
| ILL,ABRT,FPE,BUS,SEGV,SYS | various illegal instructions or memory access problems... will cause core dumps | |
| 9 |
KILL | CANNOT BE STOPPED. emergency only All files are
immediately closed, and the process dies |
| 23 |
STOP |
stops the process (pauses it) |
| 25 |
CONT |
continue the process (after
SIGSTOP) |