That's funny :) What Redis means in Russian: http://www.semco.ru/images/redis.gif thanks to Sergey A. Osokin for the hint!
— @antirez

That's funny :) What Redis means in Russian: http://www.semco.ru/images/redis.gif thanks to Sergey A. Osokin for the hint!
— @antirez
Подготовка
$ sudo cmod 755 /var/run/screen/ $ sudo chmod u+s $(which screen)
Создание сессии (пользователь alpha)
$ screen -S shared-session-name [CTRL+a] [:] multiuser on [ENTER]
Подключение к сессии (остальные пользователи)
$ screen -x alpha/shared-session-name
После работы
$ sudo chmod u-s $(which screen)