I created a directory and gave the user (called 'Brad') write permissions.
Brad can create files and directories inside his parent directory.
However, he can't write to the sub-directory.
That is, he accesses the parent directory, creates a new directory within, BUT this new directory created does not give him write permission.
The Admin has to go into the sub directory reassign him permissions.
So the question is: Why aren't the permissions being inherited by the sub-directory?