How to detect screen sessions of other users:
screen -ls <user name>/
How to open screen to other users:
- Ctrl-A :multiuser on
- Ctrl-A :acladd <user to grant access>
Attach to other users screen session:
With session namescreen -x <user name>/<session name>With PID and tty
screen -x <user name>/<pid>.<ptty>.<host>