Erstellt von John Henry Eden
vor mehr als 5 Jahre
|
||
Frage | Antworten |
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 |
Möchten Sie mit GoConqr kostenlos Ihre eigenen Karteikarten erstellen? Mehr erfahren.