Getting Started.
Log on your UNIX account.
Create the directory "public_html" to have a webpage and
go into it.
mkdir public_html
chmod 711 ~/
chmod 755 public_html
cd public_html
Download this page onto your computer and place it on your webpage.
wget http://www.comp.nus.edu.sg/~gem1501/assignment00.html
chmod 755 *.html
The wget command copies a file into your page.
In the case that you have messed up your file completely,
you can do the following commands to get it back.
rm assignment00.html
wget http://www.comp.nus.edu.sg/~gem1501/assignment00.html
chmod 755 *.html
The "chmod" command makes everything on your webpage publically
readable.
So you can look with your browser at your page.
Use an editor like
pico
and
vi to look at the file.