
find ~ -iname filename


xenopeek wrote:Yes, correct. Updatedb is configured not to index files on encrypted file systems. That is configured in /etc/updatedb.conf. I wouldn't mess with that though.
Instead of locate, you can use find to search for files in your home folder. Just open a terminal and do:
- Code: Select all
find ~ -iname filename
Where you replace filename with the name of the file you want to find. You can use wildcards also, so "find ~ -iname *.jpg" finds all your jpg images.

find ~ -iname '*.jpg'

Users browsing this forum: No registered users and 4 guests