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?
|
feedback
|
|
If your shell is | |||||
feedback
|
|
On Solaris 9, you can use | |||
feedback
|
|
Ctrl-Z to suspend the process, then | |||||||
feedback
|
|
If you can afford to stop the program and restart it before logging out, then stop it and restart it through screen, which is a must for anybody using remote connections to unix hosts. | |||||||
feedback
|