Y
Hacker News
new
|
ask
|
show
|
jobs
by
EscapeFromNY
1097 days ago
SIGKILL can't be handled. It's the signal you send when you don't want to give the process a chance to handle it.
1 comments
moehm
1097 days ago
That's the difference between kill -15 (SIGTERM) and kill -9 (SIGKILL), where SIGTERM shuts down a process gracefully.
link
w-ll
1097 days ago
Relevant: Monzy performs at Stanford Univ. "Kill Dash Nine"
https://www.youtube.com/watch?v=Fow7iUaKrq4
link
shepherdjerred
1096 days ago
This is mandatory viewing
link