I have a folder that's linked to a Security Group that inherits NTFS permissions from its parent folders. I'm looking to specifically remove the 'Write' permission for that Security Group without altering any of their other permissions. It's a basic task, but I want to ensure I do it correctly. Any tips would be appreciated!
2 Answers
There are a couple of ways you can handle this. One approach is to disable inheritance for that folder and use the option to copy the permissions when you do that. This means the folder won’t depend on the parent folders for its permissions anymore. This way, you can remove the Security Group at that level and adjust their permissions accordingly.
Another method is to add a 'deny' permission specifically on the subfolder for that group, but be cautious with that as 'deny' permissions can complicate things if not managed carefully.
Totally agree with the previous point! You'd want to use 'deny' permissions sparingly because they can lead to confusion later on. It can be pretty common to disable inheritance a layer or two down for share structures but just make sure it doesn’t go too deep.
Also, just to confirm your point about preserving permissions: yes, if you disable inheritance and choose 'Convert inherited permissions into explicit permissions' in the Advanced Security Settings, you can then edit the permissions for that Security Group and just remove 'Write' without affecting anything else. You're on the right track!
Related Questions
Can't Load PhpMyadmin On After Server Update
Redirect www to non-www in Apache Conf
How To Check If Your SSL Cert Is SHA 1
Windows TrackPad Gestures