Xref: utzoo unix-pc.general:2564 comp.sys.att:5990 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!rutgers!apple!voder!pyramid!cbmvax!ditto From: ditto@cbmvax.UUCP (Michael "Ford" Ditto) Newsgroups: unix-pc.general,comp.sys.att Subject: Re: strange behavior of nohup Summary: nohup doesn't close stdin; Windows go away when no longer open Keywords: UNIX PC, nohup, unixpc windows Message-ID: <6468@cbmvax.UUCP> Date: 31 Mar 89 04:54:30 GMT References: <17168@cisunx.UUCP> Reply-To: ditto@cbmvax.UUCP (Michael "Ford" Ditto) Organization: Commodore Technology, West Chester, PA Lines: 26 In article <17168@cisunx.UUCP> jcbst3@unix.cis.pittsburgh.edu (James C. Benz) writes: >nohup demon options 1>/dev/null 2>/dev/null& > >Having executed this line and exiting back to the $ prompt, I then press >^D to exit the shell. Normally, this would get me back to the ua window >environment, but after running the nohup, ^D hangs the Full-screen Unix >window (Sys V version 3.51) and the only way I can get rid of it is to >open another Unix window and explicitly kill the demon process that was >run with the nohup. Once this is done, the hung window disappears and Try: nohup demon options 1>/dev/null 2>/dev/null 0