Skip to content

Instantly share code, notes, and snippets.

@garrettwilkin
Created October 18, 2013 17:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garrettwilkin/7044875 to your computer and use it in GitHub Desktop.
Save garrettwilkin/7044875 to your computer and use it in GitHub Desktop.
Up my screen skills.
screen -S give_the_session_a_name #starts a new session
screen -list #list session
screen -r session_name_pid_thinger # reattach
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment