Skip to content

Instantly share code, notes, and snippets.

@Nithanaroy
Last active September 11, 2018 22:54
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 Nithanaroy/9cc91c2c34ab2d05256737b1081367d6 to your computer and use it in GitHub Desktop.
Save Nithanaroy/9cc91c2c34ab2d05256737b1081367d6 to your computer and use it in GitHub Desktop.
Useful options with screen command
Operation Keycodes
Start a screen session `screen -a`
Detach from current screen session `Ctrl + Shift + D A`
Reattach to a recent detached session `screen -r`
List of screens `screen -ls`
Attach to screen with name `screen -xS name`
Name a screen `Ctrl+a :sessionname name Enter`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment