Jun 30
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
It workzz!!!!
NiyasHussain.comSchool Of Linux
Jun 30
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 It workzz!!!! Leave a Reply
Recent Posts
AboutI am Niyas Hussain from Queen Of Arabian Sea, Kochi, India. I am a Linux Administrator and loves to share my knowledge to others. Hopes this will be useful for everyone who has interest to learn linux and linux servers. |
Recent Comments