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
> 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
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
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
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
>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
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
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
///