Screen Commands
In normal terminal
Command | Description |
---|---|
| Start a new screen session with a given name and attach to it. |
| Lists all existing screen sessions. |
| Reattach this terminal to the only existing screen session. |
| Reattach this terminal to an existing screen session by name. |
| Rename a screen session. |
| Kill the specified screen session by executing quit. |
Within a screen session
Prepend every command with ctrl
+ A
Command | Description |
---|---|
| Show help |
| Detach the current screen session from this terminal. The screen session and its processes remain in existence. |
| Create a new window and switch to it. |
| Kill the current window. |
| Go to the previous screen. |
| Go to the next screen. |
| Go to a specific screen number. |
| Go to the screen selection page. Select a screen from the list using the arrow keys. |
| Split the current window in half horizontally. |
| Split the current window in half vertically. |
| Cycle through window regions. |
| Eliminate a window split. |
See if you are inside a screen
normal ssh session:
inside screen:
scrolling in screen:
Ctrl
+A
- [
Press ESC
to resume normal operation
Last updated