Startup Script

Inizio della pagina
Allegati:
Messaggio come e-mail
+ (text/plain)
Delete this message
Reply to this message
Autore: KevinO
Data:  
Oggetto: 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.