-2

I tried screen -r and this is what I get:

$ screen -r
There is a screen on:
    1877.pts-0.domain   (10/21/2014 05:17:52 PM)    (Attached)
There is no screen to be resumed.

How can I resume the listed screen?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
JVE999
  • 3,327
  • 10
  • 54
  • 89

2 Answers2

2

Detatch the old screen by adding -d:

$ screen -rd
that other guy
  • 116,971
  • 11
  • 170
  • 194
1

screen -x attaches to non-detached sessions.

John Zwinck
  • 239,568
  • 38
  • 324
  • 436