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?