Setting permissions so CPS 6 professors and tas can have READ access to your files ------------------------------------------------------------------------ Once you login, then cd to your cps6 directory. In this directory, type fs setacl . rodger:cps6 read This makes the current directory (which is ".") have read permission for the rodger:cps6 group. To make sure this worked correctly, type: fs la and you will see all the permissions for the current directory. That is, one of them should be rodger:cps6 read This allows CPS6 tas and profs to read your files (they cannot change them). Any new directories you create will have the same permission. However, if you want me to look at one of your directories, such as assign5, that was created before, it will have old permissions. You will need to cd to this directory cd assign5 and then type fs setacl . rodger:cps6 read Before asking anyone to look at your files for assign5, please type fs la in this directory to make sure the rodger:cps6 group has READ permission. Otherwise, we can't help.