There is no screen to be resumed matching 28117
这个问题是因为屏幕连接断掉之后会如下显示这时候虽然屏幕的状态是Attached
但是当我们尝试登录却报错
(base) lthpc@lthpc:~$ 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.
解决办法
方法一(简单)
(base) lthpc@lthpc:~$ screen -d 28117
[28117.TF detached.]
在重新登录就可以了
(base) lthpc@lthpc:~$ screen -r 28117
方法二
ps all kill -9 PPID 一般是第四列 在screen 上CTRL + C可以直接停掉程序 screen -d ============= ps all kill ppid
作者Douzaikongcheng
本人博客
http://blog.csdn.net/Douzaikongcheng
qq 973912428
转载说明:请注明来源,附带本人博客链接,谢谢配合。