Skip to content

Instantly share code, notes, and snippets.

@sreeix
Created February 10, 2012 17:04
Show Gist options
  • Select an option

  • Save sreeix/1790967 to your computer and use it in GitHub Desktop.

Select an option

Save sreeix/1790967 to your computer and use it in GitHub Desktop.
screen reference
screen -ls --> see current screens and states
screen -r <screenid> --> attach to a detached screen
screen -x <screenid> --> share an attached screen
screen -S <name> -> Create a new screen
inside screen:
ctrl+an, ctrl+pn to go to next and previous windows
ctrl+d to detach when you're finished
ctrl+ac to create a new window
ctrl+ad to detach from screen
screen -dRR Force attach. Ultimate Attach
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment