First page Back Continue Last page Overview Graphics

Finding Files with find


Notes:

Running “find” on a directory that is very high on the filesystem tree (say, /usr for example), can take a long while, since that directory may very well contain thousands of files and folders in it)

Running “locate” is recommended before trying the more exhaustive, but relatively slow, find.