Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!david From: david@utzoo.UUCP (David Trueman) Newsgroups: general Subject: nohup command changed Message-ID: <3404@utzoo.UUCP> Date: Tue, 6-Dec-83 20:34:53 EST Article-I.D.: utzoo.3404 Posted: Tue Dec 6 20:34:53 1983 Date-Received: Tue, 6-Dec-83 20:34:53 EST Organization: U of Toronto Zoology Lines: 10 As most people will recall, we have recently stressed the importance of using "nohup" when a command is run "in the background" (appending an ampersand to the command line) prior to signing off. The nohup command has now been changed so that any (possibly unexpected) output is mailed to the person invoking it rather than being saved in a file (nohup.out). There is no change to the way nohup is used, only the destination of the output has changed. To use it, one should still type, for example, % nohup ms -p lpr myfile &