Arlen Abraham wrote: > Ok, fixed it by recursively setting acl for my user.daemon like so > > find ./ -type d -exec fs setacl {} account_name rlidwka \; -print > > How do I avoid this in the future? > New directories always inherit the ACLs of their parent directories. Keep this rule in mind when creating directories and you should be fine.