Handout

Submission Instructions

You must be logged on to phoenix to submit an assignment.

To submit assignment 2:

1. Add ~cs333/bin to (the beginning of) your path. Running ~cs333/bin/addpath does this.
2. Use the submit command:
Syntax: submit [-l] [assignment-number] [file ...]
Example: submit 2 spy.ksh spy.sed1 README
You can check what you have submitted using submit -l [assignment-number]

Addenda

To ease the load on the network file system, you may use ypmatch uid passwd.byuid (where uid is the uid of the account entry being examined) intead of ypcat. The latter brings the entire database across the network whereas the former only fetches the entry in question.