Linux Command Directory
This directory of Linux commands is from Linux in a Nutshell, 5th Edition.
Click on any of the 687 commands below to get a description and list of available options. All links in the command summaries point to the online version of the book on Safari Bookshelf.
Buy it now, or read it online on Safari Bookshelf.
slocate
slocate [options] string
Securely search database(s) of filenames and print matches. Works like locate, but it also stores file permissions and ownership information so users cannot see files to which they don't have access. In some distributions, locate is actually a symbolic link to slocate.
Options
Check the configuration file,
/etc/updatedb.conf , when updating the database.
Specify the path to the database(s) to search.
Omit the specified directories from the database. Used with -u or -U.
Omit the files on the specified filesystems from the database.
Display help information and exit.
Perform a case-insensitive search.
Specify security level. If level is 0, turn off security checking to speed up searches. If level is 1, turn on checking. The default is 1.
Limit the number of results to num.
Specify the database file to create with -u or -U.
Run in quiet mode, suppressing error messages.
Search the database using the specified POSIX regular expression.
Create an slocate database starting at /.
Create an slocate database starting at the specified directory.
Run in verbose mode, displaying the files when creating the database.
Print version information and exit.




