Here I shall cover the various techniques that can be used for searching.
Searching for files
"locate" works by maintaining a database of all the files which are present on the hard disk. When a search is performed for a specific file, this information is retrieved from the database. In order to update the database run the command "updatedb". For example,
# updatedb
# locate 'rc.firewall'
Recent comments