Skip to content

Instantly share code, notes, and snippets.

@janewilkin
Created October 18, 2013 17:24
Show Gist options
  • Select an option

  • Save janewilkin/7044875 to your computer and use it in GitHub Desktop.

Select an option

Save janewilkin/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