What I mean is... imagine you are on host1, from there you telnet to host2 ...
you will have a process on host2
user 16858 16856 0 11:13:49 pts/20 0:00 -ksh
root 16856 262 0 11:13:48 ? 0:00 in.telnetd
and you will have a process on host1
user 19927 19916 0 11:07:05 pts/2 0:00 telnet host2
Now my question is, by being on host2, is there anyway you can get the pid on host1 related to process on host2 (how can you match process 16858 to process 19927???)
Main Topics
Browse All Topics





by: rishiskPosted on 2003-11-03 at 10:01:00ID: 9672698
mxkhec01, I'm not sure what you mean by, get the PID on host2 "related to PID on host1".
Anyway, You can try the rsh command for executing commands on a remote machine from a host. There are a few things you might have to do allow remote connections. Check out man rsh.
Hope it helps.