Обновление apache2 в Debian 9 после заражения

Ctrl-Zзапускает SIGTSTP, см.https://stackoverflow.com/questions/11886812/whats-the-difference-between-sigstop-and-sigtstp/11888074. SIGTSTPприостанавливает процесс:

Factoid: If you're a linux programmer, SIGTSTP is what you get when you use Ctrl-Z to interrupt a process running in a shell without killing it. This usually causes the shell to put it on a suspended job list.

комментарий simpleusers под первым ответом вhttps://stackoverflow.com/questions/11886812/whats-the-difference-between-sigstop-and-sigtstp/11888074

Почему SIGTSTPприостанавливает процесс, потому что это определено в ядре, SIGTSTPприостанавливает процесс(http://man7.org/linux/man-pages/man7/signal.7.html)

2
23.10.2020, 13:34
0 ответов

Теги

Похожие вопросы