>I was just doing some debugging on another problem and did a ps -eaf and
>saw the following line that looks very suspicious to me:
>
>UID        PID     PPID   C  STIME TTY         TIME CMD
>root       319      315   0  09:55 ?       00:00:00 -:0

I would check /proc/319, check for any file descriptors opened belonging to sockets, 
and try to see where is the executable file that originated that process and do a 
strings and after that strace it, to try to see what it is doing.

Mario.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to