Tykzz
1/6/2018 - 8:42 PM

[Linux: kill signals] #system #linux

[Linux: kill signals] #system #linux

The most common kill signals:

SIGHUP (1): Hangup

SIGINT (2): Interrupt from keyboard

SIGKILL (9): Kill signal

SIGTERM (15): Termination signal

SIGSTOP (17, 19, 23): Stop the process

To send a signal to a process you can use kill -<signal_number> <pid>

https://www.linux.com/learn/intro-to-linux/2017/5/how-kill-process-command-line