Created
December 6, 2012 23:03
-
-
Save jrom/4229290 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