一、安装
1.先看看有没有安装
screen -version
2.centos安装
yum install
二、使用
1.进入一个新的session
screen -S xxx
2.关闭screen
在 screen 会话的窗口输入命令 exit,则退出当前的 screen 会话。
3.列出所有screen
screen -ls
4.进入一个screen
screen -x help
参考:
https://blog.csdn.net/qq_35929514/article/details/120562652
https://blog.csdn.net/qq_36026854/article/details/117264190