Skip to content

Instantly share code, notes, and snippets.

@c33k
Created July 25, 2018 22:10
Show Gist options
  • Save c33k/17e8dc130364fc80c8e1afc779cda87e to your computer and use it in GitHub Desktop.
Save c33k/17e8dc130364fc80c8e1afc779cda87e to your computer and use it in GitHub Desktop.
Unix Screens
screen -S title //creates a new screen with given title
screen -list
screen -x title // goes to screen
ctrl+a d //dettach screen
ctrl+d //exit screen - doesn't show up on screen -list
ctrl+a c //creates new window
ctrl+a n or p //moves between windows
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment