How Can I Prevent Users from Renaming a Folder with NTFS Permissions?

0
13
Asked By CuriousPanda93 On

I'm facing a frustrating issue with NTFS permissions. I want to set it up so that users can't rename a specific folder. I've disabled inheritance and set the user group to read-only for that folder, its subfolders, and files. However, users are still able to rename the folder. When I adjust the permissions to only cover the subfolders and files, users lose access to open the folder entirely. How is it possible that when I apply read permissions specifically to that folder, users still gain the ability to rename it?

3 Answers

Answered By AdminAdam23 On

Thanks for the insights, everyone! I'll be sure to check the parent folder's permissions and try out some of these suggestions.

Answered By NerdyNinja77 On

You might want to check the permissions on the parent folder too. If users have `Full Control` on that folder, they might have special permissions that aren't visible through NTFS. Try changing the parent permissions to `Modify` instead of `Full Control` and see if that resolves the issue. Generally, only a few accounts like SYSTEM, ADMINISTRATORS, or CREATOR OWNER should have `Full Control`.

Answered By TechieTim88 On

It sounds like the problem might be stemming from the permissions of the parent directory. If users have `Modify` access on the parent folder, that gives them the right to `Delete Subfolders and Files`, which allows them to rename the folder since renaming is basically a delete and create action. A quick fix would be to explicitly deny the `Delete` permission on that specific folder, but make sure that the denial is only applied to 'This Folder Only', so you don't affect the contents inside.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.