Hacker News new | ask | show | jobs
by thelastparadise 1102 days ago
What's the signal for SIGKILL?
1 comments

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.
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