public_html
rwx r-- r--
Create a dummy file in that directory named index.html using the touch command. Set the permissions on that file to rwx r-- r--.
index.html
touch
Check the permissions using ls -l filename or directory
ls -l filename or directory