Linux screen -r 提示There is no screen to be resumed matching错误解决 使用screen创建会话,可以保证网络中断时候会话不会断开,对于需要长时间运行的命令比较有用。例如 scree…