How to Kill Zombie Process in server??
This command will be useful to kill php zombie process.
ps -ef | grep mailnull | grep -v grep | awk ‘{print “kill -9″, $2}’ | sh
replace mailnull with particular proces name which has zombie
Was this post helpful?
Let us know if you liked the post. That’s the only way we can improve.