1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 21:26:02 +02:00

basic usage for screen

This commit is contained in:
Ryan! Mason 2014-02-27 12:51:40 -08:00
parent b2ede9d808
commit 5da1b58970

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`