Y
Hacker News
new
|
ask
|
show
|
jobs
by
bmnbug
5124 days ago
kill -9 -1 is better than kill -9 $$
1 comments
alanh
5124 days ago
How so?
link
mcpherrinm
5124 days ago
That post was a troll. -1 is a special PID: It indicates that all processes that you can kill should be.
Kill -9 -1 as root is a surefire way to make a system stop doing anything, fast.
link