Stop using locate on command line interface. – locate uses a prebuilt database and can be updated only by root – locate will fail to name files that were created since the last database update – locate is insecure – locate is not flexible. Start using find. ‘man find’ is a great place to start.…
Where there is a shell, there is a way