Keep a program running after closing a console, after the program has started
Posted
by Thrawn
on Super User
See other posts from Super User
or by Thrawn
Published on 2010-03-26T12:37:39Z
Indexed on
2010/03/26
12:43 UTC
Read the original article
Hit count: 331
Hi all,
I've a program running in a unix console on a remote unix computer. I (stupidly) didn't run it using nohup &, and now I need to close the local console. Is there any way to have it keep running remotely after closing the local console?
Thanks a lot!
© Super User or respective owner