CS 241: Copying code into the dropbox

Here are the steps to drop your code into the dropbox.

  1. SSH to a cs server ([moons or trucks].cs.unm.edu)
  2. cd into the folder where your code is
  3. zip YOURUSERNAME yourcode.c testingfilesyoucreated.in testingfilesyoucreated.out
  4. cp YOURUSERNAME.zip /nfs/cs241_data/[extension-to-the-assignment/.
  5. chmod 660 /nfs/cs241_data/[extension-to-the-assignment/YOURUSERNAME.zip
If your file is droppped correctly, then there will be no error message printed. Make sure that you drop your work into the correct folder and that you zip together the correct files. You may write over your own files, for instance, if you want to make multiple submissions and have us grade the last one. We will use the timestamp of your last submitted assignment.