Portal Home > Knowledgebase > Server Administration > Trace Perl Process
Trace Perl Process
Run these via command line:
/usr/sbin/lsof -p
(replace [pid] with actual PID number, without brackets)
ps aux|grep ^nobody
ps aux|grep sh
ls -al /tmp|grep -v sess
Another Procedure:
ps aux | grep perl
lsof | grep
less /proc/pid/environ
ps waux | grep -c user
ps auxwww | grep
ps wauxf | grep perl
lsof -p PROCESS-ID |more
Add to Favourites
Print this Article