CS 3733 Operating Systems: How To Make A Web Page


Go into your home directory. If you already have a directory called public_html you can skip the first step.

Execute the following commands:

     1. mkdir public_html
     2. chmod 755 public_html
     3. cd public_html
     4. cp /usr/local/courses/cs3733/spring2001/webtemplate/* .
     5. chmod 644 index.html
You should now be able to access this with the URL:
http://www.cs.utsa.edu/~youraccount
where youraccount is replaced with you login name.

Edit the file index.html and replace Yourname (in 2 places) with your full name.