Turnin Usage

Using Turnin

How a Student uses Turnin

  1. For the students to turnin one of their files, they must be logged into shell.ece.arizona.edu via telnet or ssh.  They will have to know both the class account name and the name of the assignment.  They must also be in the directory of the file that they wish to turnin.

  2. Type the turnin command with the following format:

                turnin classaccountname assignmentname filename
    (The filename can also be a list of files separated by spaces.)

  3. For example, if a student in ece274 (assuming ece274 is the account name) wanted to turn in lab7 which he has saved as MuxLab.txt

                turnin ece274 lab7 MuxLab.txt

    Or, for example, if a student in ece220 (again, account name) wanted to turn in hw5 which was 2 files, source.c and a.out :

                turnin ece220 hw5 source.c a.out