I am always very hesitant to run kill -9.
But I see other admins do it almost routinely.
I figure there is probably a sensible middle ground.
So:
- When should
kill -9be used? - What should be tried before doing it?
- Is there any kind of debugging a "hung" process that could cause further problems?
- When should
kill -9never be used? - What bad things can happen if
kill -9is used?
