Re: newbie questions rsh and open sockets

2003-09-04 Thread Derrick 'dman' Hudson
On Wed, Sep 03, 2003 at 10:58:39AM +0530, Anand Raman wrote: | Shouldnt the socket connections be closed the moment rsh completes | the command execution No. | [EMAIL PROTECTED] root]# netstat | Active Internet connections (w/o servers) | Proto Recv-Q Send-Q Local Address Foreign Addre

newbie questions rsh and open sockets

2003-09-02 Thread Anand Raman
Hi guys I am using rsh to execute a command on a remote machine. The command execution happens fine and the method returns perfectly. However when I use netstat to view the socket connections on the remote machine I see multiple connections opened from the source machine. Why does this happen