1.在使用screen -r **(id)重新连接程序界面时出现There is no screen to be resumed matching
原因:之前的screen还是处于打开状态(1个screen无法同时打开2次),所以无法重新打开screen,解决方法如下:
2.首先使用screen -d *(id),先退出,然后再使用 screen -r *(id)重新连接
微信扫一扫
1.在使用screen -r **(id)重新连接程序界面时出现There is no screen to be resumed matching
原因:之前的screen还是处于打开状态(1个screen无法同时打开2次),所以无法重新打开screen,解决方法如下:
2.首先使用screen -d *(id),先退出,然后再使用 screen -r *(id)重新连接
相关推荐