Results 1 to 2 of 2
hi, lately i see a bunch of perl processes on my centos server.
i think the server is hacked,
how can i find the full path for the process??
i ...
- 10-07-2011 #1Just Joined!
- Join Date
- Oct 2011
- Posts
- 1
path to perl script
hi, lately i see a bunch of perl processes on my centos server.
i think the server is hacked,
how can i find the full path for the process??
i tried
but nothing that i can use[/proc/623311]# ls -l /proc/623311 | grep exe
lrwxrwxrwx 1 nobody nobody 0 Oct 7 14:50 exe -> /usr/bin/perl*
- 10-07-2011 #2Linux Guru
- Join Date
- May 2011
- Posts
- 1,843
Can you see anything more with this?
Is there more output in ps?Code:cat proc/623311/cmdline
BTW, if that is truly the pid, that is a huge number of processes running.Code:ps -o pid,ppid,cmd -p 623311


Reply With Quote