Skip to content

Instantly share code, notes, and snippets.

@selfawaresoup
Last active August 29, 2015 14:12
Show Gist options
  • Save selfawaresoup/b185c674d5f9e8d69072 to your computer and use it in GitHub Desktop.
Save selfawaresoup/b185c674d5f9e8d69072 to your computer and use it in GitHub Desktop.
Screen usage

Launch named session

screen -S <name>

Disconnect

C-a d

List named sessions

screen -ls

Reconnect to named session

screen -r <name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment