Skip to content

Instantly share code, notes, and snippets.

@john-auld
Created April 16, 2019 15:42
Show Gist options
  • Save john-auld/d612a03ae3cbd0bb645f3d7c5c0ce769 to your computer and use it in GitHub Desktop.
Save john-auld/d612a03ae3cbd0bb645f3d7c5c0ce769 to your computer and use it in GitHub Desktop.
Linux screen command

Create named screen

screen -S screen-name

Detach screen

Ctrl+a d

List screens

screen -ls

Attach screen

Lookup the screen number or name and use that as the value after -r

screen -r 11993

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