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 > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > 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: > > & > > 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. > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.0.6 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQE++pQ1jBS1mMJB+bQRAnYSAJ41mY5L7GsjdrZ/LpsYqPftKWOqdQCfTwBf > SpX+/TMdwrYD26PnvW2IXks= > =SurE > -----END PGP SIGNATURE----- > > --------------------------------------------------- > 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 >