Pregunta

I am trying to use chmod utility on windows command line but it does not work. I am looking for the command to change the files and folder permission on windows.

¿Fue útil?

Solución

The following commands will help to take the ownership of the directory and files:
D:\>takeown /f D:\path\to\directory /r /d y
D:\>icacls D:\path\to\directory /grant administrators:F /t

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top