When I use locate command with my personal account, it does not find anything, not even obvious old files. Using the same command with root privileges does find files. Using the same command when I am logged into my personal account via ssh works as well. Running updatedb does not solve the problem. Looking at the etc/updatedb.conf I did not see any paths that should not be there. I am using the ubuntu 18.04 gnome-terminal. What could be the problem? Thanks.
Asked
Active
Viewed 43 times
locate /etc/fstab
andlocate /boot/grub/grub.cfg
Have you tampered with the configuration of locate, or is it the default (the standard for Ubuntu)? – sudodus Jan 31 '20 at 09:17locate /etc/fstab
andlocate /boot/grub/grub.cfg
give no results. I did not tamper with the configuration. – hans Jan 31 '20 at 13:10drwxr-xr-x
ordrwxrwxr-x
when I list my folders. – hans Jan 31 '20 at 13:15mlocate
, which contains the program, that is used (at least for me in 18.04.x LTS). – sudodus Jan 31 '20 at 13:34sudo updatedb
have no output. – hans Jan 31 '20 at 20:43