basic usage for screen

waldyrious/alt-syntax
Ryan! Mason 2014-02-27 12:51:40 -08:00
parent b2ede9d808
commit 5da1b58970
1 changed files with 20 additions and 0 deletions

20
common/screen.md Normal file
View File

@ -0,0 +1,20 @@
# screen
> Hold a session open on a remote server. Manage multiple windows with a single SSH connection.
- Start a new screen session
`screen`
- Show open screen sessions
`screen -ls`
- Reattach to an open screen
`screen -r {{screen id}}`
- Detach from inside a screen
`ctrl+A D`