windows.rst
changeset 1071 d06823550de7
parent 1043 3785e14cca53
child 1082 ffb3f274b8fe
--- a/windows.rst	Thu Oct 27 21:39:23 2011 +0300
+++ b/windows.rst	Sun Oct 30 23:34:44 2011 +0200
@@ -420,6 +420,10 @@
 Change NTFS permission.
 =======================
 
+  http://support.microsoft.com/kb/919240
+                The Icacls.exe utility is available for Windows Server 2003 with
+                Service Pack 2
+
 Change NTFS permission with 'icacls'.
 -------------------------------------
 
@@ -436,6 +440,10 @@
 
   cmd> icacls %dir% /setowner %user% /t /c
 
+or simply::
+
+  cmd> takeown /r /f %file%
+
 Recursively grand full access for everyone::
 
   cmd> icacls %dir% /t /grant:r %user%:(f)