This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
commands:screen [2010-12-29 04:25] 157.100.229.29 pKCOmWjgdAObumbWxQ |
commands:screen [2021-02-19 20:14] (current) asciiphil old revision restored (2018-08-15 13:11) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | mmUqB4 | + | ====== screen ====== |
| + | |||
| + | ===== Default Keybindings ===== | ||
| + | |||
| + | * '' | ||
| + | * '' | ||
| + | |||
| + | ===== Syntax ===== | ||
| + | |||
| + | * '' | ||
| + | |||
| + | ===== Description ===== | ||
| + | |||
| + | Establish a new window. | ||
| + | ('' | ||
| + | options ('' | ||
| + | the all-capability-flag ('' | ||
| + | may be specified with each command. | ||
| + | on for this window. | ||
| + | window. | ||
| + | the window number | ||
| + | this number is already in use, the next available number). If a command | ||
| + | is specified after '' | ||
| + | started in the window; otherwise, a shell is created. | ||
| + | |||
| + | Note that, unlike previous versions of '' | ||
| + | window is created when '' | ||
| + | file. When the initialization is completed, screen switches to the last | ||
| + | window specified in your .screenrc file or, if none, opens a default | ||
| + | window #0. | ||
| + | |||
| + | '' | ||
| + | also chapter [[man: | ||
| + | |||
| + | ===== Examples ===== | ||
| + | |||
| + | If your " | ||
| + | |||
| + | < | ||
| + | # example for .screenrc: | ||
| + | screen 1 | ||
| + | screen -fn -t foobar -L 2 telnet foobar | ||
| + | </code> | ||
| + | |||
| + | '' | ||
| + | TELNET connection to the machine " | ||
| + | title " | ||
| + | the telnet session. | ||
| + | |||
| + | ===== See Also ===== | ||
| + | |||
| + | * [[:Window Management]] | ||