Link to home
Start Free TrialLog in
Avatar of MatrixZG
MatrixZG

asked on

Restrict file permissions in windows 2003

I suppose there is a first time for everthing, but this I'll bet is not one of those....namely for a quick 500, who can tell me the easiest way to modify share/security permissions to a folder allowing one person the right to modify files located within that folder, whilst maintaining read only ability for all others? Huh, huh, come on, I'm waiting!!!:)

Cheers
Avatar of oBdA
oBdA

Set the share permissions to Full control for Everyone and forget about them; do the rest with NTFS.
Assuming that "all others" already have only read-only permissions, and you only want to add the "one person", a simple cacls command will do. Open a command prompt, cd into the root folder where the folder to be changed is located and enter
cacls /t /e /g YourDomain\TheUser:C
/t will process subfolders, /e will edit the ACLs (instead of replacing), /g ... grants the TheUser Change permissions.
Note that you should only give permissions to single user accounts when you have really good reasons to do so (home folders, for example). For everything else, use groups.
ASKER CERTIFIED SOLUTION
Avatar of d50041
d50041
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
Whoops

After deselecting the Inheret box then the correct choice is "Copy"