I am always very hesitant to run kill -9.
But, but I see other admins do it almost routinely.
I figure there is probably a sensible middle ground.
So, so:
- When and why should
kill -9be used? When and why not? - What should be tried before doing it?
- Is there anyWhat 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?