How to make GNU-Screen share 1 Screen for all Users? How to make GNU-Screen share 1 Screen for all Users? shell shell

How to make GNU-Screen share 1 Screen for all Users?


You can enable multiuser, and add the permitted user to your list, like this:

# userA opens a screenscreen -S test# set multiuserCtrl-A :multiuser on# add the user to join your session to the ACL list:Ctrl-A :acladd root

then

# root get the screen by userAscreen -x userA/test

This and this are recommend.