Benutzer-Werkzeuge

Webseiten-Werkzeuge


becki:linux:gnu_screen

Dies ist eine alte Version des Dokuments!


Gnu Screen Tips

Screen multiplexes a physical terminal between several shells.

Configuration

Add

shell -bash
bindkey -d ^@ stuff ^H

to ~/.screenrc or to /etc/screenrc to automatically get a login shell and to enable the Backspace key. Login source, Backspace source

Commands

C-a c     Establish a new window
C-a n     next window
C-a p     provious window
C-a "     window list
C-a K     kill current window

C-a S     Split the current region horizontally into two new ones
C-a |     Split the current region vertically into two new ones
C-a <Tab> Move the input focus to the next region
C-a c     Establish a new window (in the new region)

C-a [     Enter copy/scrollback mode. Scroll with arrow keys
C-a ]     Paste

Serial communication

Establish serial connection with eg: screen /dev/ttyUSB1 115200

See also: Window Types

Info sources

Cookies helfen bei der Bereitstellung von Inhalten. Diese Website verwendet Cookies. Mit der Nutzung der Website erklären Sie sich damit einverstanden, dass Cookies auf Ihrem Computer gespeichert werden. Außerdem bestätigen Sie, dass Sie unsere Datenschutzerklärung gelesen und verstanden haben. Wenn Sie nicht einverstanden sind, verlassen Sie die Website. Weitere Information
becki/linux/gnu_screen.1449064244.txt.gz · Zuletzt geändert: 2015-12-02 13:50 von becki

Impressum - Datenschutzerklärung