Created
November 29, 2011 09:35
-
-
Save elebescond/1404173 to your computer and use it in GitHub Desktop.
screen memo
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
elebescond@elebescond:~$ screen bash | |
press CTRL+A followed by d to detach the screen. | |
[detached from 5883.pts-1.elebescond] | |
elebescond@elebescond:~$ screen -ls | |
There is a screen on: | |
5883.pts-1.elebescond (29/11/2011 10:23:02) (Detached) | |
1 Socket in /var/run/screen/S-elebescond. | |
elebescond@elebescond:~$ screen -r 5883.pts-1.elebescond | |
elebescond@elebescond:~$ screen -d 5883.pts-1.elebescond |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment