folder permissions

G

Guest

I would like to change the permissions of a group of 500 user home
directories. Currently they all have Full comtrol and I want to give them
read and write. Is there a way to automate this process rather than changing
them on each folder?

Thank you
 
A

Adam Drayer

You can use the command line tool 'cacls.exe'

You'll want a line similar to the following:
cacls *. /E /C /P <groupname>:RW

make sure to run this from a dos prompt in the parent directory.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top