But doesn't necessarily force detachment from the parent process (shell).
nohup does a better job.
--
Thomas Cameron, RHCE, CNE, MCSE, MCT
Cameron Technical Services, Inc.
(512) 454-3200 Main
http://www.camerontech.com
----- Original Message -----
From: "KevinO" <
kevino7@deru.com>
To: <
plug-discuss@lists.plug.phoenix.az.us>
Sent: Thursday, June 26, 2003 1:35 AM
Subject: Re: Startup Script
> >
elemint@cox.net wrote:
> > When this program is started it does not exit and the ssh or console
session
> are tied up and continues to run until the ssh or console session are
broke.
> >
> > I need to start the program and then let it continue to run without
holding
> a ssh or console session hostage.
> >
> > I have tried to place this into a startup script and I get the same
result
> >
> > James
> It sounds like what you want to do is run it in the background. Like this:
>
> <command> &
>
> The ampersand '&' makes the command run in the background, returning your
> shell prompt right away.
>
>
> - --
> KevinO
>
> Hickory Dickory Dock, The mice ran up the clock, The clock struck one, The
> others escaped with minor injuries.
>
> >
> ---------------------------------------------------
> PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
> To subscribe, unsubscribe, or to change you mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>