mirror of
https://github.com/trimstray/the-book-of-secret-knowledge
synced 2024-11-22 19:23:11 +00:00
add new one-liner to 'screen'
- signed-off-by: trimstray <trimstray@gmail.com>
This commit is contained in:
parent
0a0c6c8153
commit
f5ea604aa7
1 changed files with 7 additions and 1 deletions
|
@ -1970,7 +1970,13 @@ ___
|
|||
###### Start screen in detached mode
|
||||
|
||||
```bash
|
||||
screen -d -m [<command>]
|
||||
screen -d -m <command>
|
||||
```
|
||||
|
||||
###### Attach to an existing screen session
|
||||
|
||||
```bash
|
||||
screen -r -d <pid>
|
||||
```
|
||||
|
||||
___
|
||||
|
|
Loading…
Reference in a new issue