18
0
Fork 0

Correction bug syntaxe

This commit is contained in:
gcolpart 2016-09-19 19:18:40 +02:00
parent 4076e41644
commit 3979ed287a
1 changed files with 2 additions and 0 deletions

View File

@ -30,11 +30,13 @@ $ screen -S foo
~~~
Pour se rattacher à un screen existant avec le numéro 30742 (voir screen -ls)
~~~{.bash}
$ screen -rd 30742
~~~
Pour se rattacher à un screen existant et utilisé en partage (permettant de voir à plusieurs un terminal)
~~~{.bash}
$ screen -x 30742
~~~