-
Start screen using the command:
$ screen -S <SessionName>
The -S switch gives the session a name, which makes multiple screen sessions easier to manage.
Allow multiuser access in the screen session:CTRL-A
:multiuser on
CTRL-A
:acladd <guest_user>
$ screen -x <host_user>/<SessionN ame>
- sandip's blog
- Login or register to post comments
Comments
Here's an article I wrote building on the same subject:
http://www.hollenback.net/inde x.php/TeachingWithScreen
the ability to share screen sessions with others can be tremendously useful. Also screen's built-in logging ability can come in very handy.