Here's a quick overview of everything you have to do for the lab.

Thu Sep 16 14:43:18 EDT 2004

lab1.txt File:

The lab1.txt file you have to mail in should look like this. (Clicking on the number of each line will bring you to the appropriate section.)

1
2
3
4
5
6
7
8
9
10
11
12
13
14

your full name and your email address
the operating system you are using
the full name of the folder which is the Desktop
the number of files whose names contain "exe"
the name of one file whose name does not end with ".exe"
the name and size of the larger of the executable for Excel or Word
one cookie-related file or folder
the name of your virus protection software
telnet or ssh
the first line of the output of ls -l on your home directory
the second line of the output of ls -l on your home directory
the number of users logged onto the Unix system with you
how Pine told you that you had new mail
the size of the file reported by Unix and the size reported by Windows (e.g., Unix 395, Windows 1KB)

lab1.html Web Page:

Your web page must be in a file called lab1.html in the public_html directory on your home directory. It should have the same structure as provided in the lab instructions:

<html>
  <head>
    <title> Title of the Web Page Goes Here </title>
  </head>
  <body>
    Content of the Web Page Goes Here
  </body>
</html>

The title of your page should be your username. The body of the page should include four lines:

your first name
the number of lines in your lab1.txt file
the operating system on your dorm computer
dorm or cluster, depending on where you did the lab

After you've completed all these steps, you have to make your web page visible to the world by using the chmod command as described in this section.