Cannot reattach screen session
February 18th, 2010
0 Comments
Some time you get error when you try to reattach with your screen session after you disconnected. So here are some tricks.
To see existing screen sessions
# screen -list
This will display for your current sessions
Get rid of dead sessions
# screen -wipe
To detach a screen
# screen -D
If there are more then one screens then
# Screen -D {hostname}Once you done, you can resume screen using
# screen -r
Related posts:
















No Comment to “Cannot reattach screen session”