Re: Keep the program running..

1998-03-17 Thread Douglas F. Elznic
On Mon, 16 Mar 1998, Fred Smith wrote: > But for those cases where nohup just won't work, there's always > 'detach'. Detach isn't but should be a part of every unix/linux > distribution. I got it from a usenet posting several years ago, use it > on many different unix and unix-like systems (SCO, A

Re: Keep the program running..

1998-03-16 Thread Dave Wreski
> But for those cases where nohup just won't work, there's always > 'detach'. Detach isn't but should be a part of every unix/linux > distribution. I got it from a usenet posting several years ago, use it > on many different unix and unix-like systems (SCO, AIX, Linux, Coherent) > where it always

Re: Keep the program running..

1998-03-16 Thread Fred Smith
On Mon, Mar 16, 1998 at 03:33:14PM -0500, Michael Ivey wrote: > On Monday, March 16, 1998 3:28 PM, Vidiot [SMTP:[EMAIL PROTECTED]] wrote: > > Ah, but when you log off the program will probably die, as it is still > > attached to the executing terminal. > > Sometimes...if so, use nohup(1) to make

Re: Keep the program running..

1998-03-16 Thread Douglas F. Elznic
On Mon, 16 Mar 1998, Jens B wrote: > Can I keep a program running in the background after I've logged off? > I am using RedHat 5.0. nohup command_name & that will have the program run until it is sent the term signal (rebooting sends all processes the term signal) -- Douglas F. Elznic [EMAIL PRO

RE: Keep the program running..

1998-03-16 Thread Michael Ivey
On Monday, March 16, 1998 3:28 PM, Vidiot [SMTP:[EMAIL PROTECTED]] wrote: > Ah, but when you log off the program will probably die, as it is still > attached to the executing terminal. > > It has to unattach. > > Yes, No? Sometimes...if so, use nohup(1) to make it not hangup on terminal detachm

Re: Keep the program running..

1998-03-16 Thread Vidiot
>Usaually > >/...progra & > >will work > >That is if you execute the program as normal and append ' &', without the >quotes it will run in the background. > >Example > >/usr/sbin/named & > >Randy > >At 05:56 PM 3/16/98 +0100, you wrote: >>Can I keep a program running in the background aft

Re: Keep the program running..

1998-03-16 Thread RTS
Usaually /...progra & will work That is if you execute the program as normal and append ' &', without the quotes it will run in the background. Example /usr/sbin/named & Randy At 05:56 PM 3/16/98 +0100, you wrote: >Can I keep a program running in the background after I've logged of

Keep the program running..

1998-03-16 Thread Jens B
Can I keep a program running in the background after I've logged off? I am using RedHat 5.0. ///-\\\ Jens Berlips [EMAIL PROTECTED] SWEDEN ///