windows - Using icacls to set permissions of a folder to inherit recursively -
i want set specific folder specific rights inherit rights of it's parent folder. know should use icacls.
my folders this:
- mp - build (set 1 inherit mp)
like this:
icacls "build\*" /q /c /t /reset the secret was:
/reset - replaces acls default inherited acls matching files. /t - performs operation on specified files in current directory , subdirectories. read more @ microsoft technet icacls
Comments
Post a Comment