2020-10-05

There is no screen to be resumed matching 28117

  • 这个问题是因为屏幕连接断掉之后会如下显示2020-10-05
  • 这时候虽然屏幕的状态是Attached

2020-10-05

  • 但是当我们尝试登录却报错

 (base) [email protected]:~$ screen -r 28117

There is a screen on:

        28117.TF        (2020年09月23日 17时47分07秒)   (Attached)

There is no screen to be resumed matching 28117.

2020-10-05

  • 解决办法

方法一(简单)

(base) [email protected]:~$ screen -d 28117

[28117.TF detached.]

在重新登录就可以了

(base) [email protected]:~$ screen -r 28117

方法二

ps all
kill -9 PPID
一般是第四列
在screen  上CTRL + C可以直接停掉程序
screen -d  ============= ps all kill ppid

作者Douzaikongcheng

本人博客

http://blog.****.net/Douzaikongcheng

qq 973912428

转载说明:请注明来源,附带本人博客链接,谢谢配合。