How to restrict deletion of a folder on NTFS share, but still allow modify access within folder
Posted
by
thinkdreams
on Server Fault
See other posts from Server Fault
or by thinkdreams
Published on 2010-05-17T19:30:01Z
Indexed on
2012/11/27
11:07 UTC
Read the original article
Hit count: 193
I am setting up a set of scan folders from a scanning copier device, and would like to know the best way to protect the folders (for each department) from moving or deletion, but yet still allow access for the users to modify (i.e. create/add/delete) the scanned files within the folder.
Structure is: Share Name > Departmental Folder > User files
The writing of the files initially is taken care of by a service account which has full control. We'd just like to ensure the users cannot accidentally delete the folder (which has already happened) containing all the files, etc.
This is for a Windows 2003 server, NTFS permissions.
Suggestions would be most appreciated.
© Server Fault or respective owner