PC Review


Reply
Thread Tools Rate Thread

Xcacls and Windows Explorer

 
 
Mark Zhang
Guest
Posts: n/a
 
      3rd Jul 2003
Hi,

It doesn't seem that Xcacls can do the same thing as
Windows Explorer does. With Windows Explorer, I can make
an Access Control Entry like this: Allow, Users(a local
PC), Write, This folder and files. But I just cannot
achieve the same thing by using Xcacls. For example:

Xcacls "c:\Program Files\QUICKENW\*.*" /E /G Users:w /Y
This command will assign Write permission to all files,
including the subfolders, under the directory.

Xcacls "c:\Program Files\QUICKENW" /E /G Users:w /Y
When I check the result by using Windows Explorer, it
looks like this: Allow, Users(a local PC), Read Write &
Execute, This folder, subfolders & files.

I did a lot of test, but just cannot get the same thing I
did by using Windows Explorer.
Do we have other tools that can do the same thing as
Windows Explorer?

Thanks

 
Reply With Quote
 
 
 
 
Herb Martin
Guest
Posts: n/a
 
      3rd Jul 2003
It is not clear what you were unable to do.... there is a setacl.exe
program on SourceForge that we have been discussing the last
few days....


"Mark Zhang" <(E-Mail Removed)> wrote in message
news:06f801c340fc$5b0471a0$(E-Mail Removed)...
> Hi,
>
> It doesn't seem that Xcacls can do the same thing as
> Windows Explorer does. With Windows Explorer, I can make
> an Access Control Entry like this: Allow, Users(a local
> PC), Write, This folder and files. But I just cannot
> achieve the same thing by using Xcacls. For example:
>
> Xcacls "c:\Program Files\QUICKENW\*.*" /E /G Users:w /Y
> This command will assign Write permission to all files,
> including the subfolders, under the directory.
>
> Xcacls "c:\Program Files\QUICKENW" /E /G Users:w /Y
> When I check the result by using Windows Explorer, it
> looks like this: Allow, Users(a local PC), Read Write &
> Execute, This folder, subfolders & files.
>
> I did a lot of test, but just cannot get the same thing I
> did by using Windows Explorer.
> Do we have other tools that can do the same thing as
> Windows Explorer?
>
> Thanks
>



 
Reply With Quote
 
Mark Zhang
Guest
Posts: n/a
 
      3rd Jul 2003
Thanks Herb.
What I want to do is to make an Access Control Entry like
this: Allow, Users(a local
>> PC), Write, This folder and files. I cannot make it by

using XCacls.
What is setacl.exe? What is SourceForge?
Thanks
>-----Original Message-----
>It is not clear what you were unable to do.... there is

a setacl.exe
>program on SourceForge that we have been discussing the

last
>few days....
>
>
>"Mark Zhang" <(E-Mail Removed)> wrote in message
>news:06f801c340fc$5b0471a0$(E-Mail Removed)...
>> Hi,
>>
>> It doesn't seem that Xcacls can do the same thing as
>> Windows Explorer does. With Windows Explorer, I can

make
>> an Access Control Entry like this: Allow, Users(a local
>> PC), Write, This folder and files. But I just cannot
>> achieve the same thing by using Xcacls. For example:
>>
>> Xcacls "c:\Program Files\QUICKENW\*.*" /E /G Users:w /Y
>> This command will assign Write permission to all files,
>> including the subfolders, under the directory.
>>
>> Xcacls "c:\Program Files\QUICKENW" /E /G Users:w /Y
>> When I check the result by using Windows Explorer, it
>> looks like this: Allow, Users(a local PC), Read Write &
>> Execute, This folder, subfolders & files.
>>
>> I did a lot of test, but just cannot get the same thing

I
>> did by using Windows Explorer.
>> Do we have other tools that can do the same thing as
>> Windows Explorer?
>>
>> Thanks
>>

>
>
>.
>

 
Reply With Quote
 
Mark Zhang
Guest
Posts: n/a
 
      3rd Jul 2003
Yes, I found the setacl.exe and download it. I will give
it a try. Thanks Herb.
>-----Original Message-----
>It is not clear what you were unable to do.... there is

a setacl.exe
>program on SourceForge that we have been discussing the

last
>few days....
>
>
>"Mark Zhang" <(E-Mail Removed)> wrote in message
>news:06f801c340fc$5b0471a0$(E-Mail Removed)...
>> Hi,
>>
>> It doesn't seem that Xcacls can do the same thing as
>> Windows Explorer does. With Windows Explorer, I can

make
>> an Access Control Entry like this: Allow, Users(a local
>> PC), Write, This folder and files. But I just cannot
>> achieve the same thing by using Xcacls. For example:
>>
>> Xcacls "c:\Program Files\QUICKENW\*.*" /E /G Users:w /Y
>> This command will assign Write permission to all files,
>> including the subfolders, under the directory.
>>
>> Xcacls "c:\Program Files\QUICKENW" /E /G Users:w /Y
>> When I check the result by using Windows Explorer, it
>> looks like this: Allow, Users(a local PC), Read Write &
>> Execute, This folder, subfolders & files.
>>
>> I did a lot of test, but just cannot get the same thing

I
>> did by using Windows Explorer.
>> Do we have other tools that can do the same thing as
>> Windows Explorer?
>>
>> Thanks
>>

>
>
>.
>

 
Reply With Quote
 
ECL
Guest
Posts: n/a
 
      3rd Jul 2003
check this site:

http://www.jsiinc.com/subk/tip5100/rh5171.htm


>-----Original Message-----
>Hi,
>
>It doesn't seem that Xcacls can do the same thing as
>Windows Explorer does. With Windows Explorer, I can make
>an Access Control Entry like this: Allow, Users(a local
>PC), Write, This folder and files. But I just cannot
>achieve the same thing by using Xcacls. For example:
>
>Xcacls "c:\Program Files\QUICKENW\*.*" /E /G Users:w /Y
>This command will assign Write permission to all files,
>including the subfolders, under the directory.
>
>Xcacls "c:\Program Files\QUICKENW" /E /G Users:w /Y
>When I check the result by using Windows Explorer, it
>looks like this: Allow, Users(a local PC), Read Write &
>Execute, This folder, subfolders & files.
>
>I did a lot of test, but just cannot get the same thing I
>did by using Windows Explorer.
>Do we have other tools that can do the same thing as
>Windows Explorer?
>
>Thanks
>
>.
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
question about windows 2000 resoruce kit -- xcacls.exe djtony Microsoft Windows 2000 2 16th Aug 2005 07:02 PM
xcacls Dave Munday Microsoft Windows 2000 Security 2 3rd Aug 2004 12:28 PM
List rights with XCACLS.VBS or XCACLS.EXE Matt Microsoft Windows 2000 Security 2 27th Jan 2004 05:34 PM
Help on XCACLS.exe PeteD Microsoft Windows 2000 0 26th Aug 2003 11:07 PM
Xcacls and Windows Explorer Mark Zhang Microsoft Windows 2000 File System 0 3rd Jul 2003 03:35 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:23 PM.