Software >> OS >> Windows >> Command Line >> How to use cacls.exe to set acl to a directory recursively

e.g. to grant Full control for Everyone to c:\inetpub\wwwroot

cd c:\inetpub

c:\inetpub> cacls wwwroot /E /T /G everyone:F