"make sure that folder permissions are not inheriting from above"
How do I do this?
Main Topics
Browse All TopicsSay I have a user Bob on windows 2000 machine and I want him to be able to access only certain folders & files in a directory how can this be achieved?
For example
say I have directory C:/Project1/
lets say Project1 contains 2 folders ie Sub1 & Sub2
I want Bob to be able to log into Project1 folder and access Sub1 folder and its contents but I want to deny access to sub2 folder.
Can this be done using windows 2000 security?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
You don't need to stop inheritance from above surely? The Deny can be added specifically to the directory and will override what is inherited anyway. By removing inheritance any future changes higher up will not be propogated down and replacing permissions from above down the tree will remove the Deny again.
So in summary just add a Deny entry for the user and that should accomplish it.
Thanks for your contributions. Actually, the problem was that my windows 2000 pro machine was installed with fat32 file system which does not have all the appropriate security options. Therefore all I did was run convert C: /FS:NTFS from the command prompt and this converted the C: drive to NTFS system allowing me to enforce folder permissions & security.
cheers
Business Accounts
Answer for Membership
by: Jay_Jay70Posted on 2006-06-22 at 04:20:06ID: 16958796
right click on the folder you want to disable - properties - security - add the user Bob - highlight him and deny read on the folder - make sure that folder permissions are not inheriting from above