S.A. Birl wrote:
Now I can wipe out the IUSR_computer account from the permissions.
But it's the OWS_abcdefghij groups that are a headache.
I was hoping that it would be easier to drop all the permissions and then
re-add Administrators and SYSTEM in PERL.
I must be missing something. There may be some ordering consideration,
and/or ou may be able to specify multiple users and groups on one
invocation of cacls.
First, wipe out existing permissions, leaving yourself in full control:
cacls /t /g <YOU>:f
Then add the other users and groups:
cacls /t /g SYSTEM:f
cacls /t /g Administrator:f
cacls /t /g Administrators:f
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>