CMSC 331 Principles of Programming Languages
CSEE | 331 | Current | Resources

Project 0

Testing Submit

Back to Homepage

Due Date

Monday, March 3rd.

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.

Do not wait until 15 minutes before midnight to make sure that you can submit. If you can not submit this on this test, then you will not be able to submit your project.

Project Description

At the Unix prompt, issue the following two commands:

linux2-(01:27pm): touch foobar linux2-(01:28pm): submit cs331 proj0 foobar Submitting foobar...OK linux2-(01:28pm):

This creates an empty file called "foobar" that you in turn attempt to submit into the your cs331 proj0 directory. If you see anything other than "Submitting foobar...OK", please let Mr. Hood dhood2@cs.umbc.edu know as soon as possible, so that we can remedy the issue..

To verify that the file was submitted successfully, issue the command:

linux2-(01:28pm): submitls cs331 proj0 total 8 drwxr-xr-x 2 dhood2 general 2048 Feb 24 13:28 . drwxr-xr-x 135 dhood2 general 6144 Feb 24 13:27 .. -rw-r--r-- 1 dhood2 general 0 Feb 24 13:28 foobar linux2-(01:36pm):
 
Last Modified: Monday, 24-Feb-2003 13:36:57 EST