The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 06-02-2008
eamani_sun eamani_sun is offline
Registered User
  
 

Join Date: May 2008
Posts: 40
Running RSH on the background

Hi,

I am developing a script that would do a 'rsh' on a client machine.

I want to invoke a script in client machine which would keep on polling data to the server.

I want the rsh to return back once it invoked the script on client and the script should run on background on client.

I have to comeback and start a script on server which would collect the data.

Right now, when I do an 'rsh' on client machine, I am stuck there with client polling the data. I couldn't come back and start the script on the server.

can someone help me with this?

Thanks,
Sundeep