[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Short question



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. 
-- 
frodo@sharat.co.il	\/  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 linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il