-
-
Save allanfreitas/0b6f927a056dfdf6b3a70aa0d27bddb1 to your computer and use it in GitHub Desktop.
How to use screen
This file contains 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 # Starts a screen session | |
<C-a d> # Detaches from the screen session | |
screen -r # Reattaches to a detached session | |
screen -S paco # Starts a screen session called "paco" | |
screen -r paco # Reattaches to a detached session called "paco" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment