Homework Submission FAQ


Policies


How to Submit

Once your assignment and all the files you need to submit are completed, create and submit a single tarball for the directory. To make a tarball, use the tar command. man tar will give you detailed information on how to use tar, but to submit your assignments this example should take care of everything.

Student user momar has directory ~/cs155/proj1/ where his project 1 code, assignment1.html and art contest images reside. To submit his assignment, these are the commands he'd execute.

  cd ~/cs155/
  tar cz proj1/ > proj1.tar.gz
  cs155submit proj1.tar.gz

Last updated: July 2002