Starting Remote Jobs
    Peter C. Bahrs 
    pcb at usl.usl.edu
       
    Wed May 10 11:49:47 AEST 1989
    
    
  
How can I start a remote background job?
I have tried:
  rsh machine 'program &'     this waits on my local machine for termination
  rsh machine 'program &' &   this gives me a background process on the local
                               machine which I do not want.
  at time < command where command contains the line program &
                               this works whenever (i want it now though) but
                                I am no longer the parent of the job and thus
                               cannot kill it.
Any suggestions?
/*------------Thanks in advance...---------------------------------------+
| Peter C. Bahrs                         UUCP ... !uunet!dalsqnt!usl!pcb |
| The USL-NASA Project                        ... !cs.utexas.edu!usl!pcb |
| Center For Advanced Computer Studies   INET  pcb at usl.usl.edu           |
| University of Southwestern Louisiana                                   |
| Lafayette, LA 70504                                                    |
+-----------------------------------------------------------------------*/
    
    
More information about the Comp.unix.questions
mailing list