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
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:
2 matches
Mail list logo