Kill defunct processes in Linux

user-pic
Vote 0 Votes

ps axjf | grep '' | grep -v grep | awk '{print $1}' | xargs kill -9

Use ps axjf to find defunct processes Parent PID and then kill -9

Leave a comment

About this Entry

This page contains a single entry by Pank published on May 21, 2010 12:21 PM.

DB300 HD Media Player was the previous entry in this blog.

EFix is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.

Monthly Archives