GUN Screen: Official website: http://www.gnu.org/software/screen/ 1. Introduction 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. GNU Screen can be thought of as a command-line interface version of a window manager. It provides a unified interface and corresponding functions for managing multiple sessions. In the Screen environment, all sessions run independently and have their own number, input, output, and window buffer. Users can switch between different windows using shortcut keys and can freely redirect the input and output of each window. 2. Grammar -A Resize all windows to the size of the current terminal. 3. Common screen parameters screen -S yourname -> create a new session called yourname 4. In Session, use ctrl+a (Ca) Ca ? -> Show all key binding information 5. Common operations Create a session (-m forced): screen -dmS session_name # session_name session name Close the session: screen -X -S [session # you want to kill] quit View all sessions: screen -ls Enter the session: screen -r session_name Part of the article reference: http://man.linuxde.net/screen The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM. You may also be interested in:
|
<<: Mysql slow query optimization method and optimization principle
>>: A brief analysis of the use of watchEffect in Vue3
Find the problem Recently, when I was filling in ...
We all know that Jmeter provides native result vi...
Process structure diagram Nginx is a multi-proces...
Windows Server 2008 server automatically restarts...
A jQuery plugin every day - to make search histor...
1 Installation Download the corresponding unzippe...
1. Create a database 2. Create a table 1. Create ...
download MySQL official download, select Windows ...
Designers have their own font library, which allo...
Underlining in HTML used to be a matter of enclos...
1. CSS Miscellaneous Icons There are three ways t...
Table of contents Intro Nginx Dockerfile New conf...
<meta http-equiv="X-UA-Compatible" c...
Table of contents 1. Array flattening (also known...
1. Problem reproduction: Count the total number o...