How to use Find and Locate in Linux
Introduction Find searches in the real system. Is slower but always up-to-date and has more options (size, modification time,...) Locate uses a previously built database (command updatedb). Is much faster, but uses an 'older' database and searches only names or parts of them. locate and find both commands will find file. But each of them [...]