- Create a www directory under your home directory (note that this
directory must be called www).
sunburst% mkdir ~/www
- Make your home and www directories world searchable. (Remember to
execute both of the following commands!)
sunburst% chmod 711 ~/www
sunburst% chmod 711 ~
- Change your current directory to the www directory.
sunburst% cd www
- Create an HTML file in the www
directory.
sunburst% touch index.html
- Set index.html readable to everyone so that all users can read
the file.
sunburst% chmod 644
index.html
- Use one of the Unix editors (for example, pico) to open the file
called index.html. (This is the default file name for which a WWW
browser will look. Remember to name subsequent files in the same
directory with a different filename!)
sunburst% pico index.html
- Read your Home Page. With your mouse, highlight the URL line/address
bar in your
browser and type in:
http://www.usd.edu/~youruserid/
--OR--
Choose [Open URL] (or [Open Location]) under the [File] menu and type
in:
http://www.usd.edu/~youruserid/
- Some Handy Tips
- ...for PC Users
- ...more UNIX information
- ...about Creating Home Pages--HTML Stuff
- Creating Additional Files and Sub-Directories