We have Centos 7.
Trying to use the 'locate' command yields nothing, even if the searched file[s] actually exist.
No error is printed.
Also executed 'sudo updatedb' to update the 'locate' indexes.
Any ideas?
Thank you
To install the locate package, use yum:
$ yum install mlocate
To update it’s "internal database", run following command.
$ updatedb