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:36] – luke7858 | screen_session [2024/05/23 07:26] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 57: | Line 57: | ||
| </ | </ | ||
| \\ | \\ | ||
| - | \\ | + | === Cycle through |
| - | === Sharing a screen | + | |
| - | First create a screen session | + | |
| <sxh bash> | <sxh bash> | ||
| - | Screen | + | "Ctrl-a" |
| </ | </ | ||
| - | 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 | + | === Enable Scrolling In Screen Sessions |
| - | <sxh bash> | + | Ctrl + a then hit Esc |
| - | "Ctrl-a" | + | |
| - | </ | + | |
screen_session.1464762963.txt.gz · Last modified: 2024/05/23 07:26 (external edit)
