⇤ ← Revision 1 as of 2009-11-04 06:07:39
Size: 607
Comment:
|
← Revision 2 as of 2009-11-05 05:40:06 ⇥
Size: 651
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
## page was renamed from CheatSheet/screen |
Sharing a screen session
screen first needs to be set SUID (this has security implications).
Now create the screen session as your desired user, and do:
- Ctrl+a, ":multiuser on", hit enter
- Ctrl+a, ":acladd $user" (where $user is the username to share with), hit enter
Another user can connect to the screen session with:
1 screen -x $session_name
Source: LinuxGazette: A 'revisited' guide to GNU Screen