On Thursday 07 November 2024 15:50:43 Dr. Nikolaus Klepp via tde-users wrote:
Oh, FUSE ... run lsof from your user account (not root) and see what pops up :
$ lsof | grep /var/run/user/1000/ Nothing appears.
$ lsof | grep /run/user/1000/ Too much lines...
$ lsof | grep /run/user/1000/doc Nothing appears.
Now the directory "doc" is : dr-x------ 2 andre andre 0 janv. 1 1970 doc
d????????? ? ? ? ? ? doc above have disappeared and why ? The directory "/run/" disappears when we stop the system, as others like "/sys/ , /proc" ...
The directory "1000" who contains "doc" : drwx------ 14 andre andre 380 nov. 7 14:28 1000
Maybe, it's not important, just to understand. Thanks, André