Chicago Tribune: Options abound in finding files on a Linux system | Linux Today

Chicago Tribune: Options abound in finding files on a Linux system

Written By
Web Webster
Web Webster
Jun 10, 2000

[ Thanks to Nobody for this link.
]

“Linux provides users with a find command to search for
files in a directory hierarchy.
find allows for several
criteria to be used for matching the files you are interested in,
such as the name, owner, creation, modification and access times,
permissions, size, type of the file and more. You can combine
options using simple boolean expressions such as AND, OR and NOT to
produce a more specific search.”

“While find does an excellent job looking for files with complex
search criteria, for simple tasks of looking up files by name it is
somewhat slow, having to traverse each sub-directory. Most
Linux distributions, such as Red Hat Linux, provide an alternative
to find called locate.”

“The locate utility uses a database to quickly locate the files
you need using patterns. It is significantly faster then using find
due to its indexed database search rather then traversing the file
hierarchy. The index database is typically built every night;
however, the down side of this is not having the ability to search
for recently created files.”


Complete Story

Web Webster

Web Webster

Web Webster has more than 20 years of writing and editorial experience in the tech sector. He’s written and edited news, demand generation, user-focused, and thought leadership content for business software solutions, consumer tech, and Linux Today, he edits and writes for a portfolio of tech industry news and analysis websites including webopedia.com, and DatabaseJournal.com.

Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.