Under Linux root user privileges is not a problem

linux use the command find / -name encounter the following error when *** Find File

find: / run / user / 1000 / gvfs enough authority

 

 In fact, here is the official a bug, because the problem FUSE file systems and permissions do not match, when confronted with this global search directory file is empty, bad not bad does not matter, the solution is as follows

umout / RUN / the User / 1000 / gvfs       // unmount the file 
RM -rf / RUN / the User / 1000 / gvfs       // delete the file

The results are as follows

 

Guess you like

Origin www.cnblogs.com/cheneyboon/p/11444253.html