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:
parent
b2ede9d808
commit
5da1b58970
1 changed files with 20 additions and 0 deletions
20
common/screen.md
Normal file
20
common/screen.md
Normal 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`
|
||||
|
Loading…
Add table
Reference in a new issue