Größe: 339
Kommentar:
|
← Revision 9 vom 2021-07-13 07:41:07 ⇥
Größe: 950
Kommentar:
|
Gelöschter Text ist auf diese Art markiert. | Hinzugefügter Text ist auf diese Art markiert. |
Zeile 8: | Zeile 8: |
Bedienung abfragen | Bedienung/Befehle anzeigen lassen |
Zeile 27: | Zeile 27: |
Sessions anzeigen lassen {{{ screen -ls }}} Fenster INNERHALB einer Session: {{{ 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. }}} ---- KategorieLinux |
Benutzung von screen
Neue screen Session [mit Session-Name] starten:
screen [-S NAME]
Bedienung/Befehle anzeigen lassen
Ctrl+a ?
Detach from screen session:
Ctrl+a d
screen Session innerhalb der Session umbenennen:
Ctrl+a :sessionname NAME
Resume screen Session
screen -r [NAME]
Sessions anzeigen lassen
screen -ls
Fenster INNERHALB einer Session:
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.