Making Your Web Directory

First you will need to make a directory for your web stuff. You can do this in UNIX as follows...

  1. Go to your main directory (where you are when you first login). You can type cd just to make sure you are in the right place.

  2. Make a new directory called .html by typing

    mkdir .html

Don't forget the dot!

home arrow ???