Skip to content

Instantly share code, notes, and snippets.

@danielleevandenbosch
Last active February 24, 2020 21:47
Show Gist options
  • Save danielleevandenbosch/0226bf88c2504fe5a25760a70cd9ae43 to your computer and use it in GitHub Desktop.
Save danielleevandenbosch/0226bf88c2504fe5a25760a70cd9ae43 to your computer and use it in GitHub Desktop.
How to screen
Create screen session
screen -S dans_screen
--do your stuff
Detatch (not kill session)
ctrl + a (letgo of ctrl + a ) + d
see screens you have available
screen -ls
re-attach to screen session
screen -r dans_screen
what screen am i using (Null for true terminal)
echo $STY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment