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

That's the difference between kill -15 (SIGTERM) and kill -9 (SIGKILL), where SIGTERM shuts down a process gracefully.
Relevant: Monzy performs at Stanford Univ. "Kill Dash Nine" https://www.youtube.com/watch?v=Fow7iUaKrq4
This is mandatory viewing