Akhthar Parvez K wrote:

HI all,

Is there any way to kill the zombie processes in FreeBSD other than rebooting the server. Thanks

Look for the pid number in the output of "ps aux", and issue "kill -KILL pid". Normally kill sends a SIGTERM signal but if You specify the -KILL option it sends the SIGKILL signal.

Cheers,

Gabor Kovesdan
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to