Set up a personal web page

There should a public_html directory in your home directory. If there is not one then create one. Place your html files in the public_html directory, make sure you have an index.html file. You can acces your web page with the following URL from your browser:

http://www.astro.caltech.edu/~username

If you want your page listed with the other staff/graduate student web pages send email to webmaster@astro.caltech.edu.

You must make sure that both your home dir and the public_html directory have r-x permissions for the world:

	> chmod o+rx $HOME
	> chmod o+rx $HOME/public_html