Created
November 3, 2016 16:22
-
-
Save lukewendling/d4975133efa1f8cddd9c92cf34596704 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
to start a session | |
> screen | |
(now run some commands) | |
within screen, to detach (and keep session running) | |
> ctl a + d | |
outside of screen, list screen sessions | |
> screen -ls | |
attach to a running session | |
> screen -r 3145 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment