For killing zombie and rogue processes which kill should I use? What does kill -9 mean?
Kill Signal
Started by Crop, Aug 14 2007 05:55 AM
1 reply to this topic
#1
Posted 14 August 2007 - 05:55 AM
|
|
|
#2
Guest_Jordan_*
Posted 14 August 2007 - 10:00 AM
Guest_Jordan_*
Try just using 'kill 1 <pid>' before using 9
-9 means "absolute kill signal" which forces the kernel to stop executing the process. It actually sends the process's resources to /dev/null.
The most common kill signals are 1, 2, 3, 15, and 9.
-9 means "absolute kill signal" which forces the kernel to stop executing the process. It actually sends the process's resources to /dev/null.
The most common kill signals are 1, 2, 3, 15, and 9.


Sign In
Create Account


Back to top









