1.screen :查看是否安装screen,如果没有安装,则用 yum -y install screen 安装

2.用screen给当前回话命名一个名字:screen -S install_lnmp

3.断开shell,再次登录

4.screen  -list:查看screen保存的会话

5.screen -r 5429(其中5429为步骤4中查看到的list内容的ID):重新打开上次关闭的shell

6.如果提示 “There is no screen to be resumed matching 5429”,可以用命令

  screen -D -r 5419  : -D -r 先删除前一用户再登陆

相关文章:

  • 2021-06-08
  • 2021-08-14
  • 2022-12-23
  • 2022-12-23
  • 2022-02-18
  • 2022-01-24
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-01
  • 2022-12-23
  • 2022-12-23
  • 2021-07-07
相关资源
相似解决方案