Last active
February 22, 2022 07:14
-
-
Save ChieftainY2k/1327daf4c1cbac21d45d0446a0ed743b to your computer and use it in GitHub Desktop.
Windows directory premissions fix , use it when your ACL is messed up by cygwin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
takeown /f D:\website\mysite /r /d y | |
icacls D:\website\mysite /reset /t /c /l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment