标签:orm add sage att system psi sig turn tps
mlocate.db(5): mlocate database - Linux man page https://linux.die.net/man/5/mlocate.db
mlocate.db - a mlocate database
A mlocate database starts with a file header: 8 bytes for a magic number ("\0mlocate" like a C literal), 4 bytes for the configuration block size in big endian, 1 byte for file format version (0), 1 byte for the ‘require visibility‘ flag (0 or 1), 2 bytes padding, and a SMNUL-terminated path name of the root of the database.
The header is followed by a configuration block, included to ensure databases are not reused if some configuration changes could affect their contents. The size of the configuration block in bytes is stored in the file header. The configuration block is a sequence of variable assignments, ordered by variable name. Each variable assignment consists of a SMNUL-terminated variable name and an ordered list of SMNUL-terminated values. The value list is terminated by one more NULcharacter. The ordering used is defined by the strcmp () function.
w
1.143. mlocate https://www.centos.org/docs/5/html/5.4/technical-notes/mlocate.html
locate [OPTION]... PATTERN...
If --regex is not specified, PATTERNs can contain globbing characters. If any PATTERN contains no globbing characters, locate behaves as if the pattern were *PATTERN*.
By default, locate does not check whether files found in database still exist. locate can never report files created after the most recent update of the relevant database.
updatedb [OPTION]...
updatedb is usually run daily by cron(8) to update the default database.
a database of all existing files
标签:orm add sage att system psi sig turn tps
原文地址:http://www.cnblogs.com/yuanjiangw/p/6741662.html