# find file named foo.txt find / -name foo.txt # find file containing "somestring" in it's contents grep -Rl somestring /