Skip to content

Instantly share code, notes, and snippets.

@rook2pawn
Created July 27, 2011 10:18
Show Gist options
  • Save rook2pawn/1109085 to your computer and use it in GitHub Desktop.
Save rook2pawn/1109085 to your computer and use it in GitHub Desktop.
screen tips
control a + d to detach
screen -S <name of screen> --> starts a new screen with a name
screen -r <name of screen> --> recalls a screen with name
ctrl+a k --> kills current window
to reattach an attached screen on a closed ssh session , screen -rd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment