Linux screen command
If you do not have the screen command, install it.
Step 1 install
Yyum install screen
Then
Rpm-qa | grep screenscreen-4.0.3-4.el5
This is what I installed
Okay. In the process, enter y and N. Finally, we see Complete! Haha, the installation is successful. The following describes the usage of this command.
1. screen-S as: Create a job. This as is customized. you can name it as needed.
After you press enter, a window will be created. All operations in this window belong to background operations. Ctru + a + z only exits from the window, and the commands executed in the window will not be affected.
2. view the content in the screen-r as job window
3. screen-d: remove the specified screen job offline
4. Clear the dead session
If one of the sessions dies for some reason (for example, killing the session manually ),
In this case, screen-list will display the session as dead. Run the screen-wipe command to clear the session.
Linux Screen: Recording Screen logs
Screen details:
Linux Screen ultra-Concise tutorial
Common Screen commands in Linux
Zabbix sends Screen graphical reports by email
Linux virtual terminal command Screen usage
Linux tips: use Screen to manage your remote sessions
This article permanently updates the link address: