0
点赞
收藏
分享

微信扫一扫

使用screen恢复会话时出现There is no screen to be resumed matching错误解决办法

Aliven888 2022-05-01 阅读 23
linux

1.在使用screen -r **(id)重新连接程序界面时出现There is no screen to be resumed matching

原因:之前的screen还是处于打开状态(1个screen无法同时打开2次),所以无法重新打开screen,解决方法如下:

2.首先使用screen -d *(id),先退出,然后再使用 screen -r *(id)重新连接

举报

相关推荐

python代码错误解决办法

0 条评论