Skip to content

Instantly share code, notes, and snippets.

@zycon
Created April 14, 2023 11:19
Show Gist options
  • Save zycon/b73ac1e10636d1e2cd70167430ba1973 to your computer and use it in GitHub Desktop.
Save zycon/b73ac1e10636d1e2cd70167430ba1973 to your computer and use it in GitHub Desktop.
Screen Commands
screen - To create a screen
screen -x [screen id] - Connect / Attach to a specific running screen.
Ctrl + D - while in a screen to Terminate / Stop a screen from running.
Ctrl + A, Then press D - while in a screen to detach from screen without disturbing it.
killall screen - Detach or terminate all screens.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment