Created
July 11, 2016 09:40
-
-
Save radinreth/94ef438a5a37feca3d201d7bc46c1f71 to your computer and use it in GitHub Desktop.
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
screen -S socketName : create screen | |
ctrl + A D : detach screen | |
screen -ls : list screen | |
screen -r socketName : attach to screen | |
exit : exit screen |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment