This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
пакет_screen [2018/06/20 11:13] val [Подключение к терминальному устройству] |
пакет_screen [2023/12/26 13:47] (current) val [Пакет screen] |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| * [[https://youtu.be/YXSC7KeIq3E|Видео урок]] | * [[https://youtu.be/YXSC7KeIq3E|Видео урок]] | ||
| * [[http://www.dayid.org/comp/tm.html|tmux & screen cheat-sheet]] | * [[http://www.dayid.org/comp/tm.html|tmux & screen cheat-sheet]] | ||
| + | * [[https://unix.stackexchange.com/questions/200637/save-all-the-terminal-output-to-a-file|Save all the terminal output to a file]] | ||
| ===== Установка ===== | ===== Установка ===== | ||
| Line 41: | Line 42: | ||
| #shell /bin/csh | #shell /bin/csh | ||
| </code><code> | </code><code> | ||
| + | user1$ chsh | ||
| + | ... | ||
| + | или | ||
| root# usermod -s /usr/bin/screen user1 | root# usermod -s /usr/bin/screen user1 | ||
| или | или | ||