Answer the question
In order to leave comments, you need to log in
How to find the process file?
There is a server on FreeBSD 6.4. I noticed strange processes on it:
# ps -U www | grep perl
14695 ?? Rs 938:10,45 mail (perl5.8.9)
14696 ?? Rs 948:30,79 mail (perl5.8.9)
29638 ?? Rs 835:28,49 mail (perl5.8.9)
Answer the question
In order to leave comments, you need to log in
Try it with procfs.
mount -t procfs proc /proc
cat /proc/14695/cmdline
Try citforum.ru/operating_systems/unix/kravchuk/7.shtml , perhaps you will find the answer here.
lsof by pid will show the files and sockets used by the process.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question