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
1 |
# screen -list |
This will display for your current sessions
Get rid of dead sessions
1 |
# screen -wipe |
To detach a screen
1 |
# screen -D |
If there are more then one screens then
1 |
# Screen -D {hostname} |
Once you done, you can resume screen using
1 |
# screen -r |
Comment Policy:
Your words are your own, so be nice and helpful if you can. Please, only use your real name, not your business name or keywords. Using business name or keywords instead of your real name will lead to the comment being deleted. Anonymous commenting is not allowed either. Limit the amount of links submitted in your comment. We accept clean XHTML in comments, but don't overdo it please.