Показаны сообщения с ярлыком LAMP. Показать все сообщения
Показаны сообщения с ярлыком LAMP. Показать все сообщения

пятница, 17 января 2014 г.

Linux - Use "screen" for ssh if session terminates

Screen is often used when a network connection to the terminal is unreliable, as a dropped network connection typically terminates all programs the user was running. Running the applications under screen means that the applications don't even know the terminal has detached, and allows the user to reattach the session later and continue working from where they left off. http://en.wikipedia.org/wiki/GNU_Screen

"Screen – это полноэкранный оконный менеджер, который позволяет разделить физический терминал между несколькими независимыми процессами (обычно интерактивными облочками)"