For processes that need input, just redirect /dev/null ( < /dev/null).

"Stanislav Malyshev a.k.a Frodo" wrote:
> 
> IA>> issuing the command with the & sign: This will run as a nested process.
> IA>> When I'll close the terminal, the command will shut with it.
> 
> nohup is your friend. Also an interesting fact - if you _already_ run the
> process via & and now want it to remain after shell exits, just kill -9
> the shell - the process should survive. Don't do it with processes that
> need terminal, though - they'll be suspended.
> --
> [EMAIL PROTECTED]      \/  There shall be counsels taken
> Stanislav Malyshev      /\  Stronger than Morgul-spells
> phone +972-3-9316425    /\              JRRT LotR.
> http://sharat.co.il/frodo/      whois:!SM8333
> 
> =================================================================
> To unsubscribe, send mail to [EMAIL PROTECTED] with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail [EMAIL PROTECTED]

-- 
-------------------------------------------------------------------------
| Omer Efraim            |             Earth First!                    
|
| [EMAIL PROTECTED] | We can Strip Mine the other planets later...
|
-------------------------------------------------------------------------

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to