Process check

Posted by alex almazan Mon, 31 Dec 2007 21:19:39 GMT

THe following can help identify a hidden process. It compares active process output and /proc
# ls -d /proc/* |grep [0-9]|wc -l; ps ax |wc -l 

Differences indicate an bigger underlying issue and should be investigated.