ubuntu:screen:cheatsheet
This is an old revision of the document!
Table of Contents
Ubuntu - Screen - Cheatsheet
CTRL+a c | Create a new window (with shell). |
CTRL+a “ | List all windows. |
CTRL+a 0 | Switch to window 0 (by number). |
CTRL+a A | Rename the current window. |
CTRL+a S | Split current region horizontally into two regions. |
CTRL+a | | Split current region vertically into two regions. |
CTRL+a tab | Switch the input focus to the next region. |
CTRL+a Ctrl+a | Toggle between the current and previous windows. |
CTRL+a Q | Close all regions but the current one. |
CTRL+a X | Close the current region. |
Reattach to a Screen session
screen -r
NOTE: This will resume the screen session.
Reattach to a Screen session, when multiple screen sessions are running
Identify the Screen IDs that are running
screen -ls
returns:
There are screens on: 1234.tty1.Chia-CLI (06/27/21 07:54:43) (Attached) 1222.tty1.Chia-CLI (06/27/21 07:51:22) (Attached) 598.tty1.Chia-CLI (06/27/21 07:36:27) (Attached) 3 Sockets in /run/screen/S-root.
Reattach to a Screen session
screen -r 1234
NOTE: This will resume the specific screen session.
ubuntu/screen/cheatsheet.1624463816.txt.gz · Last modified: 2021/06/23 15:56 by peter