Link to home
Start Free TrialLog in
Avatar of zabac
zabac

asked on

NFTS Permissions User can Change and Save an Existing File but Not Create Other Files in a Folder

I have a Folder A which contains one file, test.doc.  I am looking how to assign NTFS permissions so that a user can modify and save test.doc but not have the ability to create other files in the folder (No save as in that folder).
ASKER CERTIFIED SOLUTION
Avatar of YZlat
YZlat
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of zabac
zabac

ASKER

I see Create files/Write data as a permission but won't this let them create other files in the folder?
how do you check?

if you right-click on the folder, go to Security tab, then select the user and click on edit, then you will see a button "Advanced". If you click on it, you will see more permissions for that user. they might conflict with Create/Write permissions. let me know what you see in Advanced
Avatar of zabac

ASKER

Check what?  I do not understand?
how do you check permissions for the user? Where did you see that the user has Create/Write permissions set?

What do you see if you right-click on the folder, select Security tab and click on "Advanced"?
Avatar of zabac

ASKER

I right clicked on the folder, properties, permissions
Avatar of zabac

ASKER

Actually I right clicked on the folder, properties, security, permissions
Well, you are on the right track. Go to properties->Security and click on Advanced button
Avatar of zabac

ASKER

See attached
permissions.docx
Avatar of zabac

ASKER

Again I only want the user to be able to read and save the file in the folder, not create files in the folder (no save as in the folder).
Based on the screenshot you have attached, create files/write data is not checked. You need to check it to enable the user to update and save the file - write data permission
Avatar of zabac

ASKER

But I don't want to allow them to create files.
Note: This method...
- Lets user edit and save existing file contents
- Will not let user rename file
- Will not allow new folder creation
- Will not allow new file creation
-----
- Folder Properties. Open Security tab
- Advanced
- Change permissions...
- Uncheck Include inherit. Pick Add
- Remove Authenticated Users, Users
- Close Advanced to return to main Security tab.
- Pick Edit.
- Add desired users, OU, groups, and / or Authenticated Users
- Leave default Read permissions
- OK to close all dialogs.

- In the folder, put your file
- File Properties. Open Security tab
- Advanced
- Change permissions...
- Uncheck Include inherit. Pick Add
- Remove Authenticated Users, Users
- Close Advanced to return to main Security tab.
- Pick Edit.
- Add desired users, OU, groups, and / or Authenticated Users
- Give Modify permissions
- OK to close all dialogs.
This question has been classified as abandoned and is closed as part of the Cleanup Program. See the recommendation for more details.