screen_session_share
This is an old revision of the document!
Sharing a screen Session
First create a screen session
Screen -S shareList the screen sessions on second device:
# screen -ls There is a screen on: 3541.share (Attached) 1 Socket in /var/run/screen/S-root.If you simply try to reattach to the screen session you will not be able to:
# screen -r 3541.share There is a screen on: 3541.share (Attached) There is no screen to be resumed matching 3541.share.You will need to run the following command
screen -x 3541.shareAnything written on one screen session will now be mirrored on the other
screen_session_share.1464763158.txt.gz · Last modified: 2024/05/23 07:26 (external edit)