| 
 
			
			Careful now... You need to understand how unix style directory permissions work.
 drwx------ -> OWNER perms
 d---rwx--- -> GROUP perms
 d------rwx -> EVERYONE perms
 
 You want to 'site chmod 777 /Section' to get to drwxrwxrwx which should make things look/work better as what you have now is essentially 007 which doesn't make a lot of sense...
 |