Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84 exptools; site whuxlm.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!ihnp4!whuxlm!mkg From: mkg@whuxlm.UUCP (Marsh Gosnell) Newsgroups: net.unix Subject: Re: ps problem Message-ID: <661@whuxlm.UUCP> Date: Tue, 29-Jan-85 22:50:35 EST Article-I.D.: whuxlm.661 Posted: Tue Jan 29 22:50:35 1985 Date-Received: Wed, 30-Jan-85 19:10:30 EST References: <652@whuxlm.UUCP> Distribution: net Organization: AT&T Bell Laboratories, Whippany Lines: 5 The reason "nohup ps &" produces no output (it just prints the header line) is that ps with no args defaults to the "current" tty. The name of the"current" tty is derived via a ttyname() call which, since stderr is redirected into a file by nohup does not yield the desired result. Marsh Gosnell whuxlk!mkg AT&T Bell Laboratories