What is Linux locate Command?
-u | Create slocate database starting at path /. |
-e | Exclude directories from the slocate database. |
-f | Exclude files on specific file systems from the slocate database. |
-c | Parse /etc/updatedb.conf when updating the slocate database. |
-i | Does a case insensitive search. |
-q | Quiet mode. Error messages are suppressed. |
-n | Limit the amount of results shown to . |
-r | --regexp= Search the database using a basic POSIX regular expression. |
-o | --output= Specifies the database to create. |
-b, --basename | Find only the base name against the specified patterns. |