Search code examples
windowsaclntfs

WIndows file access control


I have a file on a Windows 2003 NTFS file system. It is called C:\MyFolder\MyFile.txt. First grant a user read access to the file. Then I remove the user's read access to the parent folder.

Now the user cannot use Windows Explorer to browse the folder and double click to open in Notepad. The user can go to Start (menu) Run and enter "C:\MyFolder\MyFile.txt" and the file will load in Notepad.

Can someone point me to some MSDN documentation that explains why this is? I've tried all the google and bing queries I can think of.

thanks much


Solution

  • See the 'Traverse Folder' permission in the table on this page:

    http://technet.microsoft.com/en-us/library/cc787794(WS.10).aspx