UMBC CMSC421  CSEE | Current CMSC421

UMBC CMSC421 -- Fall 2001

Project Submission System

Submit is a program. Submit should function appropriatly on any UCE ( Unified Computing Environment ) machine that uses AFS home directories.There are four different commands available

with submit.  Submit commands take as arguments the class name as well as the project name which are  given below.

The class name for our course is   cs421   and the project name for homework 1 is hw1.

To submit, you type

submit cs421 hw1 <filenamelist> where filenamelist is a list of one or more files separated by a space .

You can submit a file as often as you like; the latest file submitted overwrites any previous submissions. To list the names of the files you have submitted, type

submitls cs421 hw1 To remove a previously submitted file, type submitrm cs421 hw1 <filename> You can also use the following command to see the assigned projects, their due dates and project names submitproj cs421 For more information on How to use Submit also visit OIT's Submit Help page at http://www.gl.umbc.edu/submit/

NOTE : Please check that the submit works for you by submitting any dummy file and then deleting it. We dont want that you miss the project deadline cause the submit wasnt working. Make sure that your submit account is working as we may have your wrong gl account userid.


UMBC CMSC421  CSEE | Current CMSC421