Find a file on a linux server

From the command line

find / -name 'index.html' 2>/dev/null

This will find and display all occurances of index.html and all the errors will not display.

Written on November 23, 2015