ps problem

BALDWIN mike at whuxl.UUCP
Sat Feb 2 15:18:40 AEST 1985


Actually, "nohup ps" fails because nohup redirects stdout and stderr
to nohup.out, making your controlling terminal's name inaccessible.
Stdin is still connected, but ps doesn't use it.  "nohup cmd &" will
completely detach it (except for /dev/tty).  [this is on SVR2]



More information about the Comp.unix.wizards mailing list