Fighting the zombies out of your linux system ...

I had tough time to figure out that zombies are invading my linux box, here's the powerful one-liner to kill them all :)

kill -9 `ps -ef | grep defunct | cut -d ' ' -f 3`

Comments

Popular posts from this blog

Weakref proxy is for instance only ...

Multiple repeat error when the regex has multiple wildcards in python re module

Splitting python path using os.path module