Startup Script

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Thomas Cameron
Date:  
Subject: Startup Script
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" <>
To: <>
Sent: Thursday, June 26, 2003 1:35 AM
Subject: Re: Startup Script


>
> 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 -
> To subscribe, unsubscribe, or to change you mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>