Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!wuarchive!uunet!mcsun!ukc!stl!ndh From: ndh@stl.stc.co.uk (Neale D Hind ) Newsgroups: comp.unix.questions Subject: Re: Background processes on logout Message-ID: <4074@stl.stc.co.uk> Date: 21 Feb 91 09:25:58 GMT References: <91051.180110F66204@BARILVM.BITNET> Sender: news@stl.stc.co.uk Reply-To: "Neale D Hind " Organization: STC Technology Limited, London Road, Harlow, Essex, UK Lines: 15 In the referenced article F66204@BARILVM.BITNET (Shaul Wallach) writes: > > Please excuse this beginner's question. Is there any way for a >user to log out of a UNIX system (say AIX/6000) while leaving >background processes active? My experience seems to be that the >logout command kills all background processes, something I want >to prevent. On our System V system we use "nohup command &". If you logout and then log back in and "ps -fu" the process is running with parent process UID of 1. ---- Neale D. Hind - (N.D.Hind@stl.stc.co.uk)