Step by step instructions for setting up directories and files
for web pages on calclab machines...
Login into calclab1.math.tamu.edu
using ssh or a secure login (such as PuTTy).
type the command "cd" after the prompt, as in the line below calclab1% cd
to "change directory" to your home directory.
type calclab1% ls -l
You should see a list of all the files in your directory.
If you don't see a directory called "public_html", you must
create it... [Note: the underscore "_" is critical. Without
it your web directory will not appear!] calclab1% mkdir public_html
After you create it, it must have the right "privileges" calclab1% chmod 755 public_html
Now change directories into the public_html directory calclab1% cd public_html
Create an index.html file with the following lines