Use of the Linux screen command

Source: Internet
Author: User

Reference URL: https://www.gnu.org/software/screen/manual/screen.html

1 background

As a system administrator, we often need SSH or telent telnet to a Linux server and often run tasks that take a long time to complete, such as system backup, FTP transfer, compilation, and so on. Usually we open a remote terminal window for each of these tasks because they take too long to execute. Must wait for them to complete, during this period cannot shut down the window or disconnects, otherwise this task will be killed, all halfway.

Introduction to 2 Screen

Screens is a full-screen window manager that re-uses physical terminals between multiple processes (usually interactive shells).Each virtual terminal provides the functionality of the DEC VT100 terminal, plus several control functions from the ANSI X3.64 (ISO 6429) and ISO 2022 standards (for example, inserting/deleting rows and supporting multiple character sets).Each virtual terminal has a rollback history buffer and allows the user to move the copy and paste mechanism of the text area between Windows. When the screen is called, it creates a single window that contains a shell (or a specified command) and then out of your way so that you can use the program in the usual way. Then you can follow the When using other programs (including more shells) to create a new (full screen) window, kill the current window, view the list of active windows, turn on and off output logging, window, view scrolling history, switch between windows, and more. All Windows run the program completely independently. When the window is not currently visible even when the entire screen session is detached from the user terminal, the program continues to run.

3.:

http://ftp.gnu.org/gnu/screen/

ftp://ftp.gnu.org/gnu/screen/

4. Install screen

Use of the Linux screen command

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.