Linux There is no screen to be resumed matching
时间:2020-02-23 14:40:01 来源:igfitidea点击:
在Linux上使用"screen"执行您的重要工作?
然后,在尝试使用" screen -r"恢复会话时,您可能在某些时候遇到以下行为,发生了以下消息:
There is a screen on: 1610.pts-0.host (25/08/18 08:25:36 PM) (Attached) There is no screen to be resumed matching 1610
此行为实际上是由于使用多显示模式引起的。
当您在多显示器上分离屏幕会话时,它将仅在当前终端上分离。
您可以使用" -x"选项而不是通常的" -r"来轻松解决此问题,如下所示:
screen -x <screen_session_ID>
范例:
screen -x 1610