Created
September 2, 2014 09:48
-
-
Save Fatman13/0bd017ac7fefc25ba796 to your computer and use it in GitHub Desktop.
Connect to a screen session and hide it
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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