screen_session
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
screen_session [2016/06/01 06:35] – luke7858 | screen_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 | ||
</ | </ | ||
- | \\ | ||
- | \\ | ||
- | === Sharing a screen Session === | ||
- | First create a screen session | ||
- | <sxh bash> | ||
- | Screen -S share | ||
- | </ | ||
- | List the screen sessions on second device: | ||
- | <sxh bash> | ||
- | # screen -ls | ||
- | There is a screen on: | ||
- | 3541.share (Attached) | ||
- | 1 Socket in / | ||
- | </ | ||
- | 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. | ||
- | </ | ||
- | You will need to run the following command | ||
- | <sxh bash> | ||
- | screen -x 3541.share | ||
- | </ | ||
- | 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: | ||
" | " | ||
</ | </ | ||
+ | \\ | ||
+ | \\ | ||
+ | === Enable Scrolling In Screen Sessions === | ||
+ | Ctrl + a then hit Esc |
screen_session.1464762950.txt.gz · Last modified: 2024/05/23 07:26 (external edit)