Using the find command:

find / -name filename


Find recently edited files

The following command finds files in a directory edited in the last 2 days

find /var/www/dolphin-admin/web_root -type f -mtime -2