| 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> |
-
-
Save tekgnosis-net/75e00d2c3c3e511f570bb7800f24d3cb to your computer and use it in GitHub Desktop.
Screen Cheatsheet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment