dynamik wrote: The OP is correct, you cannot use A or E because deny permissions take precedence over allow permissions, so you would effectively deny all users access to the folders.
dynamik wrote: As a general rule, it's best to not allow access by simply removing allow permissions instead of using deny permissions. Deny permissions make things extremely messy and should only be used as more of an emergency procedure, such as when you need to deny an individual user of a group that has access to a resource.
dynamik wrote: I wouldn't get to worked up about this question.