I create one folder DATA, DATA folder will contain the directory of departments (Accounting, Human Resources, TEST ..). In the directory of directories PERSONAL departments. The requirement:
1. any client users always see the directory list of the departments of DATA, but not delete, rename or add any new folders in DATA is. (Which is OK).
2. User of any departmental group is only allowed access to the folder of that department. User can not edit or delete the folder of your departments. But can create, delete, modify any file, folder inside that folder.
Example: User test1, test2 belong TEST group.
test1, test2 has no right to rename, delete folders TEST.
test1, test2 can create, delete, modify any folder, any files within the folder TEST. Except PERSONAL folder.
=> This I could do it.
3. In each of the departmental folders are folders PERSONAL.
Example: Data \ TEST \ Personal.
Request:
- The user test1, test2 can not delete, rename folders is PERSONAL.
- The user test1, test2 can only delete, edit folders, files created by the user instead of a folder PERSONAL. Unable to remove, edit files, folders of other users.
=> Step 3. I can not do this. Although inheritance is off, turn off the delete option. User test1 still can delete, rename the folder Personal.
Please help me.