Differences

This shows you the differences between the selected revision and the current version of the page.

technology:unix:screen 01.25.2010 10:32 technology:unix:screen 01.17.2019 11:21 current
Line 1: Line 1:
Screen command allows many cool things with the terminal such as: Screen command allows many cool things with the terminal such as:
 +  - running executables even if terminal connection is lost
  - screen sharing with remote people / users (screen and screen -x)   - screen sharing with remote people / users (screen and screen -x)
  - splitting of terminal into multiple shells (Ctrl-a S)   - splitting of terminal into multiple shells (Ctrl-a S)
-  - running executables even if terminal connection is lost+  - its installed on most distros already 
 + 
 +Alternates: 
 +  - TMUX https://tmux.github.io/
Following are some of its options (from cmd line) Following are some of its options (from cmd line)
Line 17: Line 21:
<code> <code>
Ctrl-a c            ; create a new console Ctrl-a c            ; create a new console
-Ctrl-a Ctrl-\       ; Kill all windows and exit+Ctrl-a \           ; Kill all windows and exit
Ctrl-a "            ; list existing screens in a menu (can use up/down arrows to select) Ctrl-a "            ; list existing screens in a menu (can use up/down arrows to select)
Line 37: Line 41:
<code> <code>
Ctrl-a [            ; enter scroll-back mode Ctrl-a [            ; enter scroll-back mode
 +Esc                ; exits scroll-back mode
C-b                ; Scrolls a full page up. C-b                ; Scrolls a full page up.
 
technology/unix/screen.1264433566.txt.gz · Last modified: 04.12.2010 14:32 by nyeates1
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki