Skip to content

Instantly share code, notes, and snippets.

@rezigned
Last active December 22, 2015 03:38
Show Gist options
  • Save rezigned/6411345 to your computer and use it in GitHub Desktop.
Save rezigned/6411345 to your computer and use it in GitHub Desktop.
Essential Guide to UNIX `screen` command

How to use screen command

Create a new screen session

screen

Detach from current session

Crtl-a + d

Re-attach to current session

screen -r {session name}

List all screen sessions

screen -list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment