Skip to content

Instantly share code, notes, and snippets.

@lukewendling
Created November 3, 2016 16:22
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 lukewendling/d4975133efa1f8cddd9c92cf34596704 to your computer and use it in GitHub Desktop.
Save lukewendling/d4975133efa1f8cddd9c92cf34596704 to your computer and use it in GitHub Desktop.
to start a session
> screen
(now run some commands)
within screen, to detach (and keep session running)
> ctl a + d
outside of screen, list screen sessions
> screen -ls
attach to a running session
> screen -r 3145
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment