Use screen -ls to see how many screen are available. screen -ls You want to restore screen 7849.pts-0.mint, then type this command. screen -r 7849 we are using “Ctrl-A” and “d” to detach the screen. Second, we can use the exit command to terminating screen. You also can use “Ctrl-A” and “K” to kill the screen.