Skip to content

Instantly share code, notes, and snippets.

@elebescond
Created November 29, 2011 09:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elebescond/1404173 to your computer and use it in GitHub Desktop.
Save elebescond/1404173 to your computer and use it in GitHub Desktop.
screen memo
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