| |
If you are a Computer Science (CS, not CC) UNIX user with a relatively small amount of information that you wish to display, then the following can be done to set up your personal home page.
Create a directory called public_html under your home directory.
- cd ~
- mkdir public_html
- chmod g-l public_html (Solaris 2.x and SVR4 systems only)
- chmod a+rx public_html
Make sure that your Home Page is called index.html, and that it is stored in the public_html directory.
Make sure that your index.html file has world read permissions.
Make sure that your HOME directory has execute permissions for all.
- chmod g-l ~ (Solaris 2.x and SVR4 systems only)
- chmod a+x ~
Your URL will be:
http://www.cs.umanitoba.ca/~username/
Note that you cannot login directly to www.cs.umanitoba.ca, but this is not necessary. You can set up and edit your Web page(s) on any machine that lets you access your home directory's contents.
That should do it!
NOTE:
- If you are an ACN (CC) user, your address will be http://home.cc.umanitoba.ca/~username/
- If you are an Electrical Engineer (EE) user, your address will be
http://www.ee.umanitoba.ca/~username/
|