1.在使用screen -r **(id)重新连接程序界面时出现There is no screen to be resumed matching
原因:之前的screen还是处于打开状态(1个screen无法同时打开2次),所以无法重新打开screen,解决方法如下:
2.首先使用screen -d *(id),先退出,然后再使用 screen -r *(id)重新连接
使用screen恢复会话时出现There is no screen to be resumed matching错误解决办法
阅读 23
2022-05-01
1.在使用screen -r **(id)重新连接程序界面时出现There is no screen to be resumed matching
原因:之前的screen还是处于打开状态(1个screen无法同时打开2次),所以无法重新打开screen,解决方法如下:
2.首先使用screen -d *(id),先退出,然后再使用 screen -r *(id)重新连接
相关推荐
精彩评论(0)