Created
February 10, 2012 17:04
-
-
Save sreeix/1790967 to your computer and use it in GitHub Desktop.
screen reference
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 -ls --> see current screens and states | |
| screen -r <screenid> --> attach to a detached screen | |
| screen -x <screenid> --> share an attached screen | |
| screen -S <name> -> Create a new screen | |
| inside screen: | |
| ctrl+an, ctrl+pn to go to next and previous windows | |
| ctrl+d to detach when you're finished | |
| ctrl+ac to create a new window | |
| ctrl+ad to detach from screen | |
| screen -dRR Force attach. Ultimate Attach |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment