I have a process being started on my server that appears to modify what ps/top sees, so I don't know the filename or the path of it since it's hiding it (it's a perl script). How can I track down where the file is on disk?
|
feedback
|
|
Under
| |||||
feedback
|
|
On Linux you can check the /proc/[PID]/exe symlink, which points to the executable. | |||
|
feedback
|
/usr/sbin/httpd (perl5.8.8)which doesn't exist on disk. – brent Dec 29 '11 at 14:20