Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/5/84; site whuxl.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxb!mhuxn!mhuxm!mhuxj!houxm!whuxl!mike From: mike@whuxl.UUCP (BALDWIN) Newsgroups: net.unix-wizards Subject: Re: ps problem Message-ID: <464@whuxl.UUCP> Date: Sat, 2-Feb-85 00:18:40 EST Article-I.D.: whuxl.464 Posted: Sat Feb 2 00:18:40 1985 Date-Received: Sun, 3-Feb-85 09:02:20 EST Distribution: net Organization: Bell Labs Lines: 4 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]