Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save tekgnosis-net/75e00d2c3c3e511f570bb7800f24d3cb to your computer and use it in GitHub Desktop.

Select an option

Save tekgnosis-net/75e00d2c3c3e511f570bb7800f24d3cb to your computer and use it in GitHub Desktop.
Screen Cheatsheet

Screen Quick Reference

Basic

|---------------------------------------|---------------------------------------|

Description Command
Start a new session with session name screen -S <session_name>
List running sessions / screens screen -ls
Attach to a running session screen -x
Attach to a running session with name screen -r <session_name>
Detach a running session screen -d <session_name>
--------------------------------------- ---------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment