Home> System Tutorial> LINUX> body text

Steps to install Screen on CentOS 6.5

WBOY
Release: 2024-01-01 11:17:47
forward
701 people have browsed it

We often encounter this problem. We use ssh to log in to a remote Linux server and run some long-term tasks. However, the task fails midway due to network instability. How to prevent the command from being interfered by closing the terminal window locally/disconnecting the network after the command is submitted?

Screen is a free software developed by the GNU Project for command line terminal switching. Users can use this software to connect to multiple local or remote command line sessions at the same time and switch between them freely.

Screen can be regarded as the command line interface version of the window manager. It provides a unified interface and corresponding functions for managing multiple sessions.

method:

1. Check if there is a screen installation package on the YUM source

# yum list screen*

在CentOS 6.5上如何安装Screen?在CentOS 6.5上安装Screen的方法

2. Install screen

# yum install screen

在CentOS 6.5上如何安装Screen?在CentOS 6.5上安装Screen的方法

3. After installation, print the help information to get a preliminary understanding of the screen's functions

#screen -h

在CentOS 6.5上如何安装Screen?在CentOS 6.5上安装Screen的方法

The above is the detailed content of Steps to install Screen on CentOS 6.5. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:jb51.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!