Skip to content

Instantly share code, notes, and snippets.

@badsyntax
Last active August 29, 2015 14:27
Show Gist options
  • Select an option

  • Save badsyntax/99dcf5bf8d59def264db to your computer and use it in GitHub Desktop.

Select an option

Save badsyntax/99dcf5bf8d59def264db to your computer and use it in GitHub Desktop.
Getting started with screen
  • type screen
  • Ctrl a A to rename session
  • Ctrl a c to create new session
  • Ctrl a Ctrl a to switch sessions
  • Ctrl a d to exit (detach) screen
  • screen -ls to list sessions
  • screen -r to reattach
  • screen -D -r to reattach if exited session without detaching (connected dropped for example)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment