Skip to content

Instantly share code, notes, and snippets.

@hadrienblanc
Created February 4, 2020 21:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hadrienblanc/31a690bf32abde2144e988e057859374 to your computer and use it in GitHub Desktop.
Save hadrienblanc/31a690bf32abde2144e988e057859374 to your computer and use it in GitHub Desktop.
screeen -ls # list the screens
screen -S session_name # create a session
# how to detach ? : Ctrl+a d
screeen -ls # list the screens and find the ID
screen -r 42 # 42 is the ID of the screen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment