Thomas Schmitt writes: > Hi, > > i wrote: > > > Are you already the user with id 601 ? > > > If not: Does it work better if you become that user ? > > John Conover wrote: > > As the user, or as root. > > Then it could be owned by another user id. > (Hard to guess while stat(2) fails even for the boss.) > > But you could at least verify that you suffer from the known problem > with xdg-desktop-portal by stopping it by the systemctl command. > Then look whether the .../doc directory vanished or changed its > accessability. >
Thanks, Thomas. findmnt: /run/user/601/doc /dev/fuse fuse rw,nosuid,nodev,relatim ls -al /dev/fuse: crw-rw-rw- 1 root root 10, 229 Jun 1 08:16 /dev/fuse I have no idea what kind of mount(1) command was used to make /run/user/601/doc. It does respond to umount(8), and ls -al /run/user/601/doc: drwx------ 2 theuser users 40 Jun 1 10:01 doc/ Logging out, and in, ls -al /run/user/601/doc: d????????? ? ? ? ? ? doc/ So, its in the mount command at login, (or whatever was used for the fuse system-it could be a different type of file system that find(1), updatedb(1), etc., stumbles into,) at login. John -- John Conover, cono...@rahul.net, http://www.johncon.com/