How can I change permissions for the folder including subfolders?

link|improve this question

73% accept rate
feedback

1 Answer

up vote 4 down vote accepted

If you don't want to do this from the GUI, you could use the command line program cacls using the /T option.

(or use icacls which is the new version of cacls).

If you want to use the GUI, right-click the folder, choose properties, then click the security tab. Click Advanced, then click Change Permissions. Add the user/group you want to give permissions to (and select the permissions you want to give), then check the box that says "Replace all child object permissions with inheritable permissions from this object".

link|improve this answer
Can I do this from the GUI? I couldn't find such option. – Sergey Sep 30 '10 at 10:52
1  
@Sergey - I've added instructions for the GUI method. Hope this helps. – misterjaytee Sep 30 '10 at 10:59
Thank you, it works! You finished a lot of painful hours of trying! – Sergey Sep 30 '10 at 11:45
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.