Quote:
Originally Posted by nadeem
I have the same problem with my F11. Could you pl. tell me the location (dir) of file vfs-fuse-daemon?
|
The easiest way to locate files on your system is with the
locate command.
First, update the database with the current file info (this only has to be done once each time your files change). This must be done as root or via sudo
root[7]%
updatedb
and then use the
locate command (executable as user)
daniel[6]%
locate vfs-fuse-daemon
/usr/libexec/gvfs-fuse-daemon
Daniel