First page Back Continue Last page Overview Graphics
Finding Files with find
Is there a file or directory called setup.log anywhere under my current directory?
Is there anything ending in .conf under /usr?
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.