Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!unmvax!deimos.cis.ksu.edu!rutgers!sun-barr!texsun!pollux!dalsqnt!usl!pcb From: pcb@usl.usl.edu (Peter C. Bahrs) Newsgroups: comp.unix.questions Subject: Starting Remote Jobs Message-ID: <815@usl.usl.edu> Date: 10 May 89 01:49:47 GMT Organization: CACS, Lafayette, LA, USA Lines: 21 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@usl.usl.edu | | University of Southwestern Louisiana | | Lafayette, LA 70504 | +-----------------------------------------------------------------------*/