How to Submit Lab3

Please note that this Submission guide supercedes any instructions labeled DELIVERABLES on lab assignment 3.

  1. (For the first exercise) Create a directory:
           username.lab3.1

       This directory will include at least three files.
  2. (For the second exercise) Create a directory:
           username.lab3.2

       This directory will include at least three files.
  3. When you are finished with your assignment you will create a compressed archive file using tar (this utility stores your directory as a single file, then compresses its size.)
           tar -czvf   username.lab3.1.tgz   username.lab3.1
           tar -czvf   username.lab3.2.tgz   username.lab3.2

  4. You will email your files to me as attachments.

  5. To  soner@cs.uchicago.edu
    Attachment  username.lab3.1.tgz
    Subject  lab3.1

    To  soner@cs.uchicago.edu
    Attachment  username.lab3.2.tgz
    Subject  lab3.2