linux - Running shell script in detached screen session. Must kill. How? -
I'm a Ubuntu Linux user I'm running away from jobs and starting a screen session. During this session I dug a file containing a long list of command line arguments to be executed. I was compelled to make connections and now the jobs are still on this screen and I am unable to kill them.
Does anyone know how to execute all the ongoing execution of this script and how to kill future commands. Thank you in advance.
Reach the screen
screen - D-R < / Code>
Then you can resume your session.
Comments
Post a Comment