Getting Started.
Log on your UNIX account and go into the right directory.
cd public_html
Download this page onto your computer and place it on your webpage.
wget http://www.comp.nus.edu.sg/~gem1501/assignment05.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 assignment05.html
wget http://www.comp.nus.edu.sg/~gem1501/assignment01.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.