Examine File::Find and find2perl.

I believe both are distributed with the stock Perl install.

find2perl can be used to generate Perl code for inclusion in your script.

I use find to walk entire directory trees and look up permissions.

I use subinacl to set the permissions however, as it is easier to
do than writing a Perl script to do the same thing.

HTH

Jared


On 11/25/05, Bullock, Howard A. <[EMAIL PROTECTED]> wrote:


My question is, is there a way to recurse the entire Users directory and
reset all the folder ACLs to be Inherited, plus the addition of the
%username% of each folder to have Modify control, plus be the owner of
the folder and it's subfolders?

[Bullock, Howard A.]

See http://search.cpan.org/~teverett/Win32-Security-0.50/ it works well
for recursive applications.

_______________________________________________
Perl-Win32-Admin mailing list
Perl-Win32-Admin@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs



--
Jared Still
Certifiable Oracle DBA and Part Time Perl Evangelist
_______________________________________________
Perl-Win32-Admin mailing list
Perl-Win32-Admin@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to