$ screen -R -D 打开一个新的screen窗口,如果暂时退出screen窗口,用Ctrl+a+d;如果是想彻底关闭screen窗口,用exit。

有时会遇到这种情况,那是因为之前的screen窗口太多

[hanpeng@lejent-test111 ~]$ screen -rd hanpeng

There are several suitable screens on:

12248.hanpeng (Detached)

11889.hanpeng (Detached)

Type "screen [-d] -r [pid.]tty.host" to resume one of them.

解决方法:

用如下的命令再次连接进入原有的screen中,关闭该screen既可再开新的screen窗口。

[hanpeng@lejent-test111 ~]$ screen -r 12248.hanpeng

[hanpeng@lejent-test111 ~]$ screen -r 11889.hanpeng

进入到各自窗口然后exit之

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-20
  • 2022-12-23
  • 2022-12-23
  • 2021-07-01
  • 2021-11-17
猜你喜欢
  • 2022-12-23
  • 2021-08-16
  • 2021-07-28
  • 2022-02-18
  • 2022-12-23
  • 2021-12-21
  • 2022-02-09
相关资源
相似解决方案