|
|
Created by John Henry Eden
over 6 years ago
|
|
| Question | Answer |
| SIGHUP | signal 1 - shutdown and restart the process (hang up) |
| SIGINT | signal 2 - interrupts a process (ctl-c) |
| SIGKILL | signal 9 - kill the process (cannot be ignored or caught) |
| SIGTERM | signal 15 - terminate (the process can ignore or 'catch' the signal) |
| SIGSTOP | signal 19 - stop (cannot be ignored or caught) |
| SIGTSTP | signal 20 - terminal stop (ctl-z), by default, this causes the process to suspend execution |
Want to create your own Flashcards for free with GoConqr? Learn more.