Results 1 to 6 of 6

Thread: NTFS Permissions to allow saving but prevent changing

  1. #1
    Join Date
    Mar 2009
    Posts
    4

    NTFS Permissions to allow saving but prevent changing

    Hello, I'm trying to give a user access to save files into a folder but prevent them from changing it or changing any other files within that folder. Is this possible? Thanks for your help.

  2. #2
    Join Date
    Dec 2007
    Posts
    1,599

    Re: NTFS Permissions to allow saving but prevent changing

    You only need write permissions to overwrite/modify a file on NTFS. From a security perspective there is no difference between write and delete, the reality is that if a user can write to a file then they can delete its contents.

  3. #3
    Join Date
    Mar 2009
    Posts
    4

    Re: NTFS Permissions to allow saving but prevent changing

    Gotcha, so there is no real way to implement the permissions I'm trying to do then? Thanks.

  4. #4
    Join Date
    May 2008
    Posts
    432

    Re: NTFS Permissions to allow saving but prevent changing

    Give Read, Write and Read & Execute permission to the main folder for other users. Create another folder2 in that folder and keep other files in that folder2. Now to this folder2 give deny permissions for other users. I think this should do the trick. Verify yourself if it is providing as desired.

    If you do not create folder2 in main folder, you will have to give deny permission to all files. So creating folder2 will make the task easy.

  5. #5
    Join Date
    Mar 2009
    Posts
    4

    Re: NTFS Permissions to allow saving but prevent changing

    Right, but the user in question would still be able to change files in "Folder2" wouldn't he?

    Do you know of anything options, perhaps setting up an internal FTP site via ISS that points to the target folder, but allows only uploading?

    Thanks.

  6. #6
    Join Date
    Mar 2009
    Posts
    4

    Re: NTFS Permissions to allow saving but prevent changing

    By pure luck I was able to figure this out and thought I'd share the solution with the rest of you.

    To enable a user to save documents into a folder and read them, but prevent them from changing or modifying those documents in anyway, you have to create three ACLs for that user. They should include the follow:

    ACL 1 - Folder (and subfolders) only - PERMIT Traverse Folder/Execute File, ListFolder/Read Data, Read Attributes, Read Extended Attributes, Create Files/Write Data, Read Permissions.

    ACL 2 - Files Only - PERMIT Traverse Folder/Execute File, ListFolder/Read Data, Read Attributes, Read Extended Attributes, Read Permissions.

    ACL 2 - Files Only - Deny Create Files/Write Data

    Hope that made sense. Anyways it works great. Thanks for the help all.

Similar Threads

  1. Replies: 1
    Last Post: 06-10-2011, 04:26 PM
  2. Windows 7 NTFS and Share Permissions
    By Madison in forum Operating Systems
    Replies: 6
    Last Post: 16-08-2010, 09:46 AM
  3. How to prevent NTFS Compression
    By Eleeazar in forum Windows Software
    Replies: 5
    Last Post: 13-01-2010, 03:57 AM
  4. File Server NTFS Permissions question
    By ham.john@gmail.com in forum Active Directory
    Replies: 8
    Last Post: 16-04-2009, 05:58 PM
  5. Robocopy not copying top level NTFS Permissions
    By Crashball in forum Windows Server Help
    Replies: 1
    Last Post: 25-03-2009, 03:28 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,623,951.77948 seconds with 17 queries