Skip to content

Instantly share code, notes, and snippets.

@ChieftainY2k
Last active February 22, 2022 07:14
Show Gist options
  • Save ChieftainY2k/1327daf4c1cbac21d45d0446a0ed743b to your computer and use it in GitHub Desktop.
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
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