try but without gurantees

screen -xr
# -x Attach to a not detached screen session (Multi display mode)
# Screen refuses to attach from within itself
# But when cascading multiple screens, loops are not detected
# take care
  • -r [pid.tty.host]
    -r sessionowner/[pid.tty.host]
  • resumes a detached screen session
  • No other options (except combinations with -d/-D) may be specified, though an optional prefix of [pid.]tty.host may be needed to distinguish between multiple detached screen sessions
  • The second form is used to connect to another user’s screen session which runs in multiuser mode. This indicates that screen should look for sessions in another user’s directory.
  • This requires setuid-root.

 

 

liked this article?

  • only together we can create a truly free world
  • plz support dwaves to keep it up & running!
  • (yes the info on the internet is (mostly) free but beer is still not free (still have to work on that))
  • really really hate advertisement
  • contribute: whenever a solution was found, blog about it for others to find!
  • talk about, recommend & link to this blog and articles
  • thanks to all who contribute!
admin