Activity 1.1

Create a directory in your home directory named public_html.
Set the permissions on that directory to 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--.

Check the permissions using ls -l filename or directory