cacls.exe not to delete toplevel directory

  • Thread starter Thread starter Robert
  • Start date Start date
R

Robert

Hi there,
I'm looking for some (X)CACLS assistance here...
We want to give users change access on a shared directory on the fileserver.
However, we want to prevent that users can delete the toplevel directory. It
must be possible for users to create and delete subdirectories. How can we
script this via a cacls command?
Regards,
Robert.
 
Not sure about xcacls - maybe with the [ /g group:w;txewd /e /y] but I doubt cacls
will work. Try configuring the top folder with read/list/execute/write and then in
the advanced permissions page add the group again select subfolders and files in the
apply onto box and give the group everything but full control, take ownership, and
change permissions. Xcacls is powerful, but tricky so be sure to try out on a test
computer/folder first and backup your server before implementing changes. --- Steve
 
Back
Top