Instructions on how to build the submit directories. In the class directory (/uusoc/sys/classes/csXXXX) there must be: 1. a directory titled submit with permissions set as 775 (owner & group read, write, execute; world read, execute) Inside the submit directory there must be: 1. Each assignment directory with permissions set as 775 (owner & group read, write, execute; world read, execute) 2. a file titled users.deny with permissions set as 660 (owner & group read, write; world none) Inside each assignment directory must be: 1. a file titled users.deny with permissions set as 660 (owner & group read, write; world none) NOTE: The group for all directories and files MUST be the class group (csXXXX). To check if submit is working: 1. Type submit csXXXX in the terminal. This will show all directories available for submission. 2. Type submit csXXXX assignment-directory-name. This will either: a) Print "The following input files have been received:" which means that everything is working and submit will have created a directory in the assignment directory with your login. OR b) Print an error message indicating that things need to be fixed. The most common errors are that group settings or permissions are wrong. The error messages are fairly intuitive.