|
Process and its initiator's IP
Hi,
Is there a command that will tell me which client machine started a process on my Solaris server?
what I'm trying to do is that :
I've noticed someone is running a program (in my case, the Oracle sqlplus program) by using a "ps -ef | grep sqlplus". Then I use "who" and "finger" and there is only me who is currently on the system. Can I somehow use the process id and some network related commands to find out the ip or machine name of whoever started the process?
Thx.
|