diff --git a/HowtoScreen.md b/HowtoScreen.md index 689e517e..0119da34 100644 --- a/HowtoScreen.md +++ b/HowtoScreen.md @@ -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 ~~~