Skip to content

Instantly share code, notes, and snippets.

@jrom
Created December 6, 2012 23:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jrom/4229290 to your computer and use it in GitHub Desktop.
Save jrom/4229290 to your computer and use it in GitHub Desktop.
How to use screen
screen # Starts a screen session
<C-a d> # Detaches from the screen session
screen -r # Reattaches to a detached session
screen -S paco # Starts a screen session called "paco"
screen -r paco # Reattaches to a detached session called "paco"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment