Created
April 14, 2023 11:19
-
-
Save zycon/b73ac1e10636d1e2cd70167430ba1973 to your computer and use it in GitHub Desktop.
Screen Commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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