Link to home
Start Free TrialLog in
Avatar of creative555
creative555

asked on

ICACL switch help. How to include current folder

hello,
I was trying to find a switch for icacle to process the current folder.

For example, the following command will add full permissions to all folders and files inside the tim.litton folder BUT will not add permissions to "tim.litton" folder itself. How would I do it?

icacls C:\Users\tim.litton\*.* /grant "TESTTARGET\tim.litton:(OI)(CI)F"

Thank you so much!
ASKER CERTIFIED SOLUTION
Avatar of oBdA
oBdA

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of creative555
creative555

ASKER

Brilliant!! thanks!! It worked :) I am posting another question about excluding specific directory with ICACL. Could you pls take a look.