Locate Command in Linux

One of the most common operations when working on Linux is to search for files and directories. On Linux systems, there are several commands which allow you to search for files with find and locate being the most used ones. The locate command is the quickest and simplest way to search for files and directories by their names. In this tutorial, we will explain how to use the locate command.

Source: LXer – Locate Command in Linux