Skip to content

Instantly share code, notes, and snippets.

@gokusenz
Created July 31, 2019 08:22
Show Gist options
  • Save gokusenz/fbd484132ab3f24a6c25baa53081a134 to your computer and use it in GitHub Desktop.
Save gokusenz/fbd484132ab3f24a6c25baa53081a134 to your computer and use it in GitHub Desktop.
screen command

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment