Startup Script

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: KevinO
日付:  
題目: 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.