Honors 1000, Fall 2020, Handin Instructions

Typically for most homeworks you will have to do the following:

STEP 1: Transfer your files from your computer to your account on tinman.cs.gsu.edu server. You can use a file transfer program such as Filezilla or scp client to do this.

Step 2: Sign in to your account on tinman.cs.gsu.edu server using your userid and password; These credentials are different from your campus ID, even though the userid is chosen to be the same as your campus ID. Password is initially different, but you should change it the first time you sign in. Then, submit all files using the following command on tinman.cs.gsu.edu:

  $ sudo handin1000 1 file1.py file2.sql file3.pdf file4.txt
This will prompt you for your unix password. You should see one SUCCESS message for each file you submit. Resubmissions are allowed under the same file name and the handin script will ask you whether you want to overwrite the old submission file.

NOTE: The 1 in the command refers to the assignment number. For assignment 2, this should be 2, and so on.

Page Maintained by raj@cs.gsu.edu