Making Your Web Directory
First you will need to make a directory for your web stuff.
You can do this in UNIX as follows...
- 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.
- Make a new directory called .html by typing
-
mkdir .html
Don't forget the dot!