Skip to content

Instantly share code, notes, and snippets.

@abelcallejo
Last active July 18, 2019 22:40
Show Gist options
  • Save abelcallejo/f00eeb0f9f2d38dff636117b301ac93f to your computer and use it in GitHub Desktop.
Save abelcallejo/f00eeb0f9f2d38dff636117b301ac93f to your computer and use it in GitHub Desktop.
Using the Screen tool

Using the Screen tool

Shell

Starting a screen

screen

Detaching a screen

  1. Press control + a then immidiately follow it with
  2. Press d

Listing available screens

screen -ls

Resuming a specific screen

screen -r 23123

Where 23123 is an ID of the available screens

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