UMBC CMSC 201
Fall '08

UMBC | CSEE | 201 | 201 F'08 | lectures | projects | help

CMSC 201
Programming Project Zero

Out: Thursday, 9/18/08
Due: Sunday, 9/28/08, before 11:59 PM

The Objective

To make sure each of you can submit a project using the submit program. This is not simply a test of whether you can follow the directions for submitting projects, but also to make sure that the course staff has made an area available to each of you, individually, to hold your project files.

An Explanation

You will be submitting all of your projects using the submit program. For Project 0, it doesn't matter what you submit, so to save space, you will submit the empty file called proj0.c that you created in lab 1.

The Task

  1. Change directory into your proj0 directory.
  2. Do an ls to make sure your proj0.c file is there.
  3. At the UNIX prompt, type submit cs201 Proj0 proj0.c

The submit command has four parts. The word submit, followed by the class, followed by the name of the project (note uppercase P), followed by the name(s) of the file(s) to be submitted. You must be in the same directory as the files you are submitting for the submit command to work properly. The submit command does produce error messages if the command fails and confirmation if the command works properly.

After entering the submit command shown above, you should get a confirmation that submit worked correctly. Specifically, the confirmation will say:
Submitting proj0.c...OK

If not, check your spelling and that you have included each of the required parts and try again.

If you believe that you have typed everything correctly and the submit command fails again, then send your lecturer an email (rberge1@umbc.edu) or (bogar@cs.umbc.edu) about the problem. In this email, please show exactly what you typed in and the exact message that was displayed. We'll be able to fix submit problems quickly.

You can check your submission by entering submitls cs201 Proj0
You should see the name of the file that you just submitted, in this case, proj0.c

Just the Facts

Although this project carries 0 points and does not count toward your grade, you must do this project. If you do not do the project, you will get no mercy if you cannot submit future projects.


UMBC | CSEE | 201 | 201 F'08 | lectures | projects | help