CMSC104
Practice Submission
|
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
create an empty file and submit it.
The Task
The command touch proj0.c creates an empty file called 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.
At the linux prompt, give the following two commands:
touch proj0.c
submit cs104_0401 Proj0 proj0.c
After entering these commands, you should get a confirmation that submit
worked okay. Specifically, the confirmation will say:
Submitting proj0.c...OK
You can check your submission by entering
submitls cs104_0401 Proj0
You should see the name of the file that you just submitted, in this case,
proj0.c