I have a folder in a shared network path which I want used as a template -- It contains many subfolders with naming conventions. This folder is meant for users to copy, and then rename their newly created copy.
What I do not want is a user renaming my template folder. Thus, I want to deny the permission to rename the folder.
It was my understanding that to deny renaming you simply had to deny the delete permissions; but this appears to be incorrect.
I am not the owner of the folder, the folder is set to Read-only, and I am STILL able to rename with the follow permissions:
- Traverse folder / execute file
- List folder / read data
- Read attributes
- Read extended attributes
- Read permissions
What permissions must I remove, or what can I do to prevent the folder from being renamed so that users may only look at the folder and copy it?