Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 beta 3/9/83; site basservax.SUN Path: utzoo!linus!decvax!mulga!munnari!basservax!chris From: chris@basservax.SUN (Chris Maltby) Newsgroups: net.unix-wizards Subject: Re: un-dedicating a line to a dialer Message-ID: <217@basservax.SUN> Date: Tue, 17-Jan-84 13:53:09 EST Article-I.D.: basserva.217 Posted: Tue Jan 17 13:53:09 1984 Date-Received: Wed, 18-Jan-84 06:22:01 EST References: <15002@sri-arpa.UUCP> <209@basservax.SUN>, <207@astrovax.UUCP> Organization: Dept of C.S., University of Sydney Lines: 9 > If someone dials in and releases a long-running background job the > special file will be held open until the background job finishes (which > happens quite often on our system). This will prevent locking mechanisms > like the above from working. A sensible system will send a HUP signal to the process group when its leader dies, and unless the long-runner has been 'nohup'ed (and its references to the terminal closed), it will die.