How To … Rotating Header Image

find files on linux / unix

Calculate the index database of yur file sytem with:

updatedb

this may take some time for the first time. So just do the following command to search files. Supports wildcards:

locate filename

Leave a Reply