xcacls

G

Guest

Guest
Archived from groups: microsoft.public.win2000.security (More info?)

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
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.security (More info?)

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/details.aspx?FamilyID=723f64ea-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 "



"Dave Munday" <thehappymundays@hotmail.com> wrote in message
news:ua9rNQMeEHA.2532@TK2MSFTNGP09.phx.gbl...
> 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
>
>
>
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.security (More info?)

Steven

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

Dave

"Steven Umbach" <n9rou@n0spam-comcast.net> wrote in message
news:jfDPc.203713$IQ4.73720@attbi_s02...
> 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/details.aspx?FamilyID=723f64ea-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 "
>
>
>
> "Dave Munday" <thehappymundays@hotmail.com> wrote in message
> news:ua9rNQMeEHA.2532@TK2MSFTNGP09.phx.gbl...
> > 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
> >
> >
> >
>
>