nohupwhich runs the process in the background and then prints out all output to a specified file, but again, no interactivity.
I discovered the command
screenwhich allows one to keep a shell process running but attach and detach it from different login sessions, thus allowing interactivity at any time. There are several commands that have to be learned but they're very simple and provides a great degree of freedom with the Linux operating system. A basic introduction to GNU screen can be found here.
No comments:
Post a Comment