mirror of
https://github.com/trimstray/the-book-of-secret-knowledge
synced 2024-12-28 09:59:00 +01: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
|
###### Start screen in detached mode
|
||||||
|
|
||||||
```bash
|
```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