|
Posted by Roger Abell [MVP] on October 5, 2006, 8:12 am
Please log in for more thread options
> Hi
>
> How do I setup permissions on a directory, so that Group1 has full control
> to the directory, it childs and files, but Group2 is only allowed to
> browse the directory (not allowed to create new files, open files, modify
> files, delete files,.....)
> Also if someone from Group1 creates a new file, Group2 must stille not be
> able to open/modify/delete the file.
>
>
First, the storage must be formatted with NTFS
If so, then right click on the uppermost folder you want to
set in this manner and select Properties, and then click on
the Security tab. If you do not have a Security tab then
you can do this in a safe mode boot.
You have outlined an access scenario that can be met with
two grants, one of Modify to Group1 and another of List
to Group2. If you had stated Group2 also should be able
to read or read and execute files you would add those to
the grant of List.
|