Skip to content

Instantly share code, notes, and snippets.

@jczaplew
Created May 12, 2014 21:49
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 jczaplew/3f808fef04dbb0cf04e6 to your computer and use it in GitHub Desktop.
Save jczaplew/3f808fef04dbb0cf04e6 to your computer and use it in GitHub Desktop.
GNU Screen Cheatsheet

GNU Screen Cheatsheet

Following the syntax of this tutorial C-a = Control + a

Command Description
screen Start screen
C-a c Create a new window
C-a n Switch to next window
C-a p Switch to previous window
C-a List windows
C-a d Detach from session
screen -r Reattach to session
C-a : quit Exit screen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment