remote processes started with rsh can be killed unintentionally

Peter da Silva peter at graffiti.UUCP
Sat Aug 31 23:57:09 AEST 1985


> Repeat-By:
> 	$ rsh presto "troff big-job" &
> 	$ [ at this point if you type ^C, the troff will be interrupted ]

Would:
	$ rsh presto "troff big-job &"
Or:
	$ rsh presto "nohup troff big-job" &
Work as a workaround?



More information about the Comp.bugs.4bsd.ucb-fixes mailing list