Path: utzoo!utgpu!watmath!clyde!att!chinet!les From: les@chinet.chi.il.us (Leslie Mikesell) Newsgroups: comp.unix.wizards Subject: Re: Autologout of unused terminals Message-ID: <7043@chinet.chi.il.us> Date: 1 Dec 88 04:35:17 GMT References: <2682@sultra.UUCP> <826@starfish.Convergent.COM> Reply-To: les@chinet.chi.il.us (Leslie Mikesell) Organization: Chinet - Public Access Unix Lines: 15 In article <826@starfish.Convergent.COM> cdold@starfish.Convergent.COM (Clarence Dold) writes: >To back up my system, I do an su, followed by /etc/backup&, then exit. >As long as I stay logged in as a normal user, the script continues. >If I log out, the script is aborted. SysV has nohup to allow logging out without killing the running program: nohup /etc/backup & Some versions automatically redirect output to nohup.out if it is not otherwise redirected from the terminal. Or you could use "at now" which will mail any output to you. Neither is very useful if there is any chance that you will be prompted for new media. Les Mikesell