windows.rst
changeset 2212 aec79721c8aa
parent 2189 345cc428daf4
child 2213 0ba47cfd796b
equal deleted inserted replaced
2211:473f6c2b0fdf 2212:aec79721c8aa
   507 Recursively grand full access for everyone::
   507 Recursively grand full access for everyone::
   508 
   508 
   509   cmd> icacls %dir% /t /grant:r %user%:(f)
   509   cmd> icacls %dir% /t /grant:r %user%:(f)
   510   cmd> icacls %dir% /t /grant:r *S-1-1-0:(f)
   510   cmd> icacls %dir% /t /grant:r *S-1-1-0:(f)
   511 
   511 
   512 Somtimes it fail due to permission inheritance, thry strip them::
   512 Somtimes it fail due to permission inheritance, try to strip them::
   513 
   513 
   514   cmd> icacls %dir% /inheritance:r /t /grant:r %user%:(f)
   514   cmd> icacls %dir% /inheritance:r /t /grant:r %user%:(f)
   515 
   515 
   516 Remove all permissons from file (first reset to inherited, then remove inherited)::
   516 Remove all permissons from file (first reset to inherited, then remove inherited)::
   517 
   517