Write but not modify on shared folder, possible?


  1. Ima
    Posts : 2
    Windows 10
       #1

    Write but not modify on shared folder, possible?


    I want a program to access a shared network path and being able to write new files, bot not modify old ones. The only options I see are to fully write/modify or only read. I want permission to write and read, but not modify. Am I missing somehing or is it not possible?
      My Computer


  2. Posts : 8,103
    windows 10
       #2

    Welcome to the forum. You are looking at share permission you need to look at the NTFS permissions that effects it once they connect and has a lot more permissions
      My Computer


  3. Ima
    Posts : 2
    Windows 10
    Thread Starter
       #3

    Samuria said:
    Welcome to the forum. You are looking at share permission you need to look at the NTFS permissions that effects it once they connect and has a lot more permissions
    Thank you.

    While giving security permissions theres the filed "Enter object names to select". I guss that object can't be a certain program's file path.
      My Computer


  4. Posts : 93
    Windows 10
       #4

    Almost anything can be done with NTFS permissions.

    From what I can infer, Ima, you want to make it so that a user is allowed to add content to a folder but not be able to edit or delete(?) the items once they’ve been placed.

    This is what you’re aiming for, on the containing folder:
    Code:
    C:\>icacls MyFolder
    MyFolder BUILTIN\Administrators:(OI)(CI)(F)
             NT AUTHORITY\SYSTEM:(OI)(CI)(F)
             BUILTIN\Users:(OI)(CI)(RX,WD,AD)
    
    Successfully processed 1 files; Failed processing 0 files
    
    C:\>

    Make sure your share permissions are “Everyone, Full” as you control access using NTFS permissions.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 18:03.
Find Us




Windows 10 Forums