Skip to content

Instantly share code, notes, and snippets.

@Fatman13
Created September 2, 2014 09:48
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 Fatman13/0bd017ac7fefc25ba796 to your computer and use it in GitHub Desktop.
Save Fatman13/0bd017ac7fefc25ba796 to your computer and use it in GitHub Desktop.
Connect to a screen session and hide it
# list all screen session
$ screen -ls
# connect to 'launch' session
$ screen -x launch
# hide screen session
ctrl + A, ctrl + D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment