Criado por John Henry Eden
mais de 5 anos atrás
|
||
Questão | Responda |
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 |
Quer criar seus próprios Flashcards gratuitos com GoConqr? Saiba mais.