remote background jobs
Maarten Litmaath
maart at cs.vu.nl
Wed Dec 7 06:57:01 AEST 1988
pausv at smidefix.liu.se (Paul Svensson) writes:
\Problem: How do I start a background server process on another machine?
\ I have tried using rsh, but it refuses to exit when I want it to.
The following example might help:
rsh machine -n sh -c 'server &'
The `-n' flag connects the stdin of rsh to /dev/null.
--
fcntl(fd, F_SETFL, FNDELAY): |Maarten Litmaath @ VU Amsterdam:
let's go weepin' in the corner! |maart at cs.vu.nl, mcvax!botter!maart
More information about the Comp.unix.questions
mailing list