I have a screen session that is started by root and I would like the non-root account (guest) be able to attach the root user's screen session in multi-user mode with screen -x
. Is this possible?
When I have a detached screen session running as the root user and I try to login as the guest user and run screen -x
, it tells me "There is no screen to be attached." I know the screen sessions are specific to different users but I would love to make root and guest share the same session. Would the guest user have to have root permissions to access the root user's screen sessions?
Thanks in advance!