Skip to content

Instantly share code, notes, and snippets.

@puzzledqs
Last active December 18, 2015 04:50
Show Gist options
  • Save puzzledqs/608705d18649439faa69 to your computer and use it in GitHub Desktop.
Save puzzledqs/608705d18649439faa69 to your computer and use it in GitHub Desktop.
Commands for Linux `screen'
screen -ls
screen -r
screen -x
screen -S socketname
Ctrl + A:
c -- create
k -- kill
d -- detach
^A -- switch
^W -- show windows
" -- list windows
A -- set title
\ -- quit all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment