Getting rid of controlling terminal
Conor P. Cahill
cpcahil at virtech.uucp
Sun Feb 18 11:39:48 AEST 1990
In article <4018 at rouge.usl.edu> pcb at gator.cacs.usl.edu (Peter C. Bahrs) writes:
>So program args >& file </dev/null does not seem to work?
Try "nohup program args >file 2>&1 &" from /bin/sh.
I believe the same thing will work for csh (substituting >&file for
">file 2>&1", of course)
--
+-----------------------------------------------------------------------+
| Conor P. Cahill uunet!virtech!cpcahil 703-430-9247 !
| Virtual Technologies Inc., P. O. Box 876, Sterling, VA 22170 |
+-----------------------------------------------------------------------+
More information about the Comp.unix.questions
mailing list