Re: keeping program running after closing of bash

2006-05-18 Thread Igor Peshansky
On Thu, 18 May 2006, Tyler Spivey wrote: > How can I keep a program running after bash exits? If I run nohup, I > have no luck - since pressing control-d or logging out of the terminal > window will kill the process that nohup started. > Any tips? Use 'setsid' (a program) or 'disown' (a bash buil

keeping program running after closing of bash

2006-05-18 Thread Tyler Spivey
How can I keep a program running after bash exits? If I run nohup, I have no luck - since pressing control-d or logging out of the terminal window will kill the process that nohup started. Any tips? Thanks, Tyler -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: