.bash_profile Exit 2003-12-01 - By James Kaufman
Back On Tue, Dec 02, 2003 at 10:43:28AM +0800, Suat Lee wrote: > Hi, > > We had just upgraded Linux from 6.2 to 7.3 and is having problem with > .bash_profile's 'exit'. > > User's .bash_profile reads as follows: > ... > cd /dir1 > ./menu > exit > > When user login, menu will be prompted for user to start a few processes > and those processes are supposed to be running even after user exit from > login session. In 6.2, this is running well. > > In 7.3, the processes are killed whenever user exit from login session. > If those lines were commented, and user manually cd /dir1 and ./menu, > the processes will be running well after exit. Is there a way to keep > the processes running after exit in .bash_profile of 7.3? > > Rgds, > >
Take a look at the 'nohup' command.
-- Jim Kaufman Linux Evangelist public key 0x6D802619 http://www.linuxforbusiness.net --- What we anticipate seldom occurs; what we least expect generally happens. -- Bengamin Disraeli
|
|