Link to home
Start Free TrialLog in
Avatar of Duke001
Duke001Flag for United Kingdom of Great Britain and Northern Ireland

asked on

Folders permission

I have a server with a folder called Content with multiple folders inside named after the productIDs.

It has a structure like this:

Content
      Product_A
      HTML
      Index

      ProductID_B
      HTML
      Index
           ... etc

Is it possible to assign read/write permissions to the HTML sub-folders only.

Thanks
Antonio
ASKER CERTIFIED SOLUTION
Avatar of stu29
stu29
Flag of United States of America image

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
SOLUTION
Avatar of Sandesh Dubey
Sandesh Dubey
Flag of India image

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 Duke001

ASKER

Hi all,

I was thinking about something (scripting or powershell kind of thing) which I could run as a batch otherwise I need to visit each sub folder "HTML" individually and that is precisely what I would like to avoid.

Thanks