Linux locate command: Find Files and Directories Quickly and Efficiently
This is quick guide howto find files and directories quick and efficiently on Linux with locate command. Linux find command is outdated, slow and complicated to use, so locate command is much better option.
Locate basic usage find files and directories
locate file
# example
locate httpd.conf
locate path
# example
locate /X11/
(more…)