[ec2-user@localhost ~]$ screen -r
There is a screen on:
30234.tcpdump (Attached)
There is no screen to be resumed matching 30234.tcpdump.
[ec2-user@localhost ~]$
我怎样才能重新进入此屏幕会话?
答案1
screen -rd
您需要添加 -d(分离),因为它已附加到其他地方。
如果您有更多(附加的)屏幕,您可以执行以下操作:
screen -rd [screen_id]
你的情况是:30234.tcpdump
答案2
使用此命令:
screen -r 30234.tcpdump