screen: Start a new deamon and log the output (#912)

waldyrious/alt-syntax
Beshr Al Nahas 2016-06-21 01:06:49 +02:00 committed by Waldir Pimenta
parent 6dd36ada23
commit 7870c6c4c7
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@
`screen -S {{session_name}}`
- Start a new deamon and log the output to scrrenlog.x:
`screen -dmLS {{session_name}} {{command}}`
- Show open screen sessions:
`screen -ls`