Where is the main html page

Jump to: navigation, search

Ok but I do not find in the / var / www / html folder the file that is displayed when you access the interface from the browser

07:19, 21 July 2017

Can't you just use grep to find some text from the page?

Do something like:

$grep -ri "some string from the webpage that's unique" .

That will turn up any files that contain the string "some string from the webpage that's unique".

09:55, 21 July 2017

Thank you, I will try to do as you say

03:24, 22 July 2017