Searching for Files
Find those files (FreeBSD 5.2)
Posted 07.02.2005 | Updated 23.05.2006 | Contributed by Andy Mallett


Can't seem to locate that file or directory? Here's how to perform a search..

find  /  -name  filename

Note the / tells the system to search from the root directory. Subdirectories will be searched also..