I am trying to find where index.html is located on my linux server, and was wondering if there was a command to do that. Very new to linux and appreciate any he
index.html
Try this (via a shell):
update db locate index.html
Or:
find /var -iname "index.html"
Replace /var with your best guess as to the directory it is in but avoid starting from /