A newly created file does not appear in locate results. What is the most likely remedy?
locate
Run sudo updatedb so the file is added to the search database.
sudo updatedb
Reinstall mlocate before every search.
mlocate
Rename the file because locate cannot search newly created names.
Make the file executable so the database can detect it.