Skip to content

Instantly share code, notes, and snippets.

@radinreth
Created July 11, 2016 09:40
Show Gist options
  • Save radinreth/94ef438a5a37feca3d201d7bc46c1f71 to your computer and use it in GitHub Desktop.
Save radinreth/94ef438a5a37feca3d201d7bc46c1f71 to your computer and use it in GitHub Desktop.
screen -S socketName : create screen
ctrl + A D : detach screen
screen -ls : list screen
screen -r socketName : attach to screen
exit : exit screen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment