Thursday, July 26, 2012

Resume losts screen session

Ever have it that you cant for some reason reattach to a screen session.

torry# screen -r
There is a screen on:
    52146.pts-0.torry    (Attached)
There is no screen to be resumed.

Run

screen -D

If you have more than one attached screen, you can specify a particular screen to detach.

screen -D 1636.pts-21.hostname

Then run 'screen -r' again.

HTH
Brent



No comments:

Post a Comment