User Tools

Site Tools


screen_session

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
screen_session [2016/06/01 06:35] luke7858screen_session [2024/05/23 07:26] (current) – external edit 127.0.0.1
Line 56: Line 56:
 screen -r 6470.pts-1.hostname screen -r 6470.pts-1.hostname
 </sxh> </sxh>
-\\ 
-\\ 
-=== Sharing a screen Session === 
-First create a screen session 
-<sxh bash> 
-Screen -S share 
-</sxh> 
-List the screen sessions on second device: 
-<sxh bash> 
-# screen -ls 
-There is a screen on: 
- 3541.share (Attached) 
-1 Socket in /var/run/screen/S-root. 
-</sxh> 
-If you simply try to reattach to the screen session you will not be able to: 
-<sxh bash> 
-# screen -r 3541.share 
-There is a screen on: 
- 3541.share (Attached) 
-There is no screen to be resumed matching 3541.share. 
-</sxh> 
-You will need to run the following command 
-<sxh bash> 
-screen -x 3541.share 
-</sxh> 
-Anything written on one screen session will now be mirrored on the other 
 \\ \\
 === Cycle through screen sessions === === Cycle through screen sessions ===
Line 87: Line 61:
 "Ctrl-a" "Ctrl-a"
 </sxh> </sxh>
 +\\
 +\\
 +=== Enable Scrolling In Screen Sessions ===
 +Ctrl + a then hit Esc
screen_session.1464762950.txt.gz · Last modified: 2024/05/23 07:26 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki