Komputer & Telekomunikasi    
   
Daftar Isi
(Sebelumnya) LocalTalkLocation-based service (Berikutnya)

locate (Unix)

locate, a Unix utility first created in 1983,[1] serves to find files on filesystems. It searches through a prebuilt database of files generated by updatedb or by a daemon and compressed using incremental encoding. It operates significantly faster than find, but requires regular updating of the database. This sacrifices overall efficiency (because of the regular interrogation of filesystems even when no user needs information) and absolute accuracy (since the database does not update in real time) for significant speed improvements (particularly on very large filesystems). On fast systems with small drives, locate is neither necessary nor desirable.

The GNU version forms a part of GNU Findutils.

Some versions can also index network filesystems.

References

  1. ^ Ref: Usenix ;login:, Vol 8, No 1, February/March, 1983, p. 8.

External links

Variants:


(Sebelumnya) LocalTalkLocation-based service (Berikutnya)