I do not agree with you. I am referring to the security property of a file. If only the Administrator has the right over the file, NO OTHER users can access the file (not even open and read the content).
Main Topics
Browse All TopicsI have created an application and run in Windows 2000 Server. This application will generate some data (text file) everyday.
I found that the security property of these text files is different from the folder's security property.
Text file security property: Administrator, System
Folder security property: Everyone
My application security property: Administrator, System, Power User.
My understanding is the file created shall follow inherit the property of the folder.
I don't understand how can this happen. I also encountered this problem in Windows XP.
Is it because of the security policy?
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.
There is a shareware program that makes the file completely invisabe not hust a shadow. You can download the sample program
http://www.fspro.net/
gonzal(Joe)
This is an issue of inheritance... you can configure a directory to allow for inheritance of it's properties to all child objects... or not.
Take a look at http://support.microsoft.c
Business Accounts
Answer for Membership
by: sciwriterPosted on 2004-05-30 at 23:21:37ID: 11194538
NO, it's by design. The FILE will inherit the properties of the CREATOR of the file, NOT the folder it is being put under. Otherwise, how could one have different files with different access priveleges at any level in the directory tree?
If you want to have the file shared by everyone, simply put it in a folder accessible by everyone. But W2000 is telling you that the Admin created the file, and only someone with admin privs can edit it.