When I type a command like find / -name ??.conf
the output includes a lot of directories such as:
find : /home/simmer/.local/share/gvfs-metadata : Permission Denied
I don't get the desired result.
But if I use the same command with sudo
sudo find : /home/simmer/.local/share/gvfs-metadata
Then it shows the expected result.
Why do I need sudo
privileges for this?