Click to See Complete Forum and Search --> : Script to Change the directory permission


WeiQiang
12-05-2000, 12:30 AM
Hi,
I need some script samples to grant the full control permission on the particular directory for the Internet Guest User, do you have any idea? Thanks in advance.

Sean Stecker
12-05-2000, 08:46 PM
Try this:

cacls directoryname /g username:f

or for a group

cacls directoryname "securitygroupname":f

That sets full control permissions for the specified directory. type cacls /? at a command prompt for full documentation.

Sean
www.swynk.com/friends/stecker


------------
WeiQiang at 12/5/00 1:30:32 AM

Hi,
I need some script samples to grant the full control permission on the particular directory for the Internet Guest User, do you have any idea? Thanks in advance.