First, create the directory "public_html" in your home directory (mkdir ~/public_html"). Then put all your stuffs (*.html) under the directory "public_html". Since you need to allow everybody to access your home page, type the following commands in the "is%" prompt:-


chmod 711 ~
chmod 711 ~/public_html
chmod 644 ~/public_html/*

The default home page file name is "home.html". Please save your home page file as "home.html" in the directory "public_html". Now people can access your home page using the URL:-

http://www.hk.super.net/~login_id