I want to terminate an instance of GNU screen whilst preserving the process running inside it.
So I opened my regular terminal emulator program and executed screen. Then I used that instance of screen to execute ./script_x.sh. Now, for whatever reason, I want to quit using screen however script_x.sh hasn't yet completed its task and I'm not willing to forfeit my progress.
Can I keep the active process alive so as to continue working on it inside my regular terminal emulator?
screensession. – chrylis -cautiouslyoptimistic- Mar 18 '16 at 12:18screen. I wanted to stop usingscreen. I didn't want to stop the program that was running insidescreen. That's it. I don't know how to clarify the situation or express it any simpler than this. – voices Mar 29 '16 at 16:40ctrl-AthenD. You will Detach from the session, which will still be running. If you typescreen -listyou will see it. – Digital Chris Mar 29 '16 at 18:20screen? – voices Apr 02 '16 at 01:41screen", because THAT'S THE WHOLE POINT of the question. I ranscreenby accident. *I want that extra layer between my terminal and program gone.* My reason, "Why?", is irrelevant. I want it done. – voices Apr 04 '16 at 16:08