xcacls

D

Dave Munday

I am trying to script the following access for a folder using xcacls but
with little sucess

a user to be able to have full control underneath the folder level but not
able to delete that folder itself

Many thanks for anyhelp

Dave
 
S

Steven Umbach

Hi Dave.

I have found fileacl more useful than xcacls for situations that require special
permissions. See the links below on where to download it and tips on using it.

http://www.microsoft.com/downloads/...ea-34f0-4e6d-9a72-004d35de4e64&DisplayLang=en
http://www.gbordier.com/gbtools/fileacl.htm

I tried to do what you want and found that the "detailed rights" had to be used
on the parent folder as "w" alone would not work for write. Using fileacl and
the command below may do what you need by giving the top folder read/list/write
permissions and full permissions to subfolders and files as shown in the
advanced page of security. You can add other users with necessary rights if they
are not going to be inherited. --- Steve

Try for instance " fileacl c:\myfile /g user:rxWwA/f/f "
 
D

Dave Munday

Steven

Many thanks for your time I shall read the information in the links

Dave
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top