Exercise #2  due 16 Sep 99 (by midnight)

 a) create a resume file 
 % pico resume.html

As an alternative, you may create your resume 
in MSWord and save it as an html file and transfer
the .html file to your oz account.  
This transfer is done using the "explore" function in 
"my computer" [from Windows main screen, right click on 
"my computer", left click on explore, right click on the 
drive containing your original file, explore, select the 
file and drag to "oz" [alias="its2"]  
  
 b) send me the file via email

 % elm harding<resume.html

Alternative to b):  Send file as an "attachment" using 
Netscape mail.
*******************************************************
Step #2 (assuming that you DON'T have a homepage, or that
you want to re-do your existing homepage)
 a) make a subdirectory called Home
 % mkdir Home

 b) make your "login directory" public
 % chmod a+x .

 e) make Home directory public
 % chmod 755 Home

 f) get into Home directory
 % cd Home
 g) create a homepage file
 % pico home.html
 h) include the following:
<html>
<pre>
This is where the contents of your homepage goes
</pre>
</html>
i) exit pico (saving to file home.html)
f) make homepage public
% chmod 644 home.html
g) Check out your homepage at:
http://oz.plymouth.edu/~j_doe