Skip to content

Instantly share code, notes, and snippets.

@nadar
Last active May 19, 2016 08:40
Show Gist options
  • Save nadar/4b4de0dce64fb45b81b6e7035862ca41 to your computer and use it in GitHub Desktop.
Save nadar/4b4de0dce64fb45b81b6e7035862ca41 to your computer and use it in GitHub Desktop.
Screen Short Guide
## https://www.howtoforge.com/linux_screen
## create new screen
screen
## list screens
screen -ls
## connect to a screen
screen -r 123....
## connect latest screen
screen -r
## detach from screen
ctrl+a d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment