[ilugd] How to kill a dead process ?

2004-05-17 Thread Pankaj Kumar
Is there any way to kill a dead (state 'D' or 'Z') process which can't be deleted by sending the signals SIGTERM or SIGKILL ?(other than REBOOT) regards PKU __ Do you Yahoo!? SBC Yahoo! - Internet access at a great low price.

[ilugd] How to kill a dead process ?

2004-05-17 Thread Pankaj Kumar
Is there any way to kill a dead (state 'D' or 'Z') process which can't be deleted by sending the signals SIGTERM or SIGKILL ?(other than REBOOT) regards PKU __ Do you Yahoo!? SBC Yahoo! - Internet access at a great low price.

Re: [ilugd] How to kill a dead process ?

2004-05-17 Thread Yashpal Nagar
Pankaj Kumar wrote: Is there any way to kill a dead (state 'D' or 'Z') process which can't be deleted by sending the signals SIGTERM or SIGKILL ?(other than REBOOT) regards PKU #killall -l #killall -9 process_name # man killall Although killall -9 should work. Regards, Yash