On Sun, Apr 17, 2022 at 10:59:44AM -0700, mwoodpatr...@gmail.com wrote: > Many thanks for the response. Much appreciated > > Permissions look ok > > ls -ld /tmp /tmp/.X11-unix > drwxrwxrwt 2 root root 4096 Apr 17 09:31 /tmp > lrwxrwxrwx 1 root root 19 Apr 17 09:31 /tmp/.X11-unix -> > /mnt/wslg/.X11-unix > > ls -ld /mnt/wslg/.X11-unix > drwxrwxrwx 2 root root 60 Apr 17 09:31 /mnt/wslg/.X11-unix > > I have write access to both locations
That looks incredibly not OK. You're doing something unusual, and you are going to have to deal with the consequences of that. This may include running afoul of various things like AppArmor that are restricting access to specific directory trees, which you are no longer in. I can't imagine what benefit you think you're deriving from this convoluted setup, but whatever it is, I hope it's worth the pain you're going to experience, trying to track down all of the things you've broken. (You've also forgotten the sticky bit on your mounted directory.)