I have some directories with quite permissive permissions, which get cluttered up with files (scripts) created by lots of different users. I try to encourage people to create their own sub-directory and add their files in there, but some do not, leaving the root scripts directory full of things others are not interested in.
Since I have only had limited success in persuading people from creating files in the root directory, but we still need all users to be able to access any of the scripts, I was hoping that we might be able to enforce the policy of scripts being written into a subdirectory using permissions or access control lists.
So, is it possible to allow users to only create directories in the root scripts folder, but allow them to create scripts only in those sub-directories?