【发布时间】:2015-08-31 11:45:40
【问题描述】:
【问题讨论】:
-
这可能会有所帮助:superuser.com/a/408221/219423
-
试过但没有。此外,该组已设置为“用户”
标签: permissions window cygwin chmod
【问题讨论】:
标签: permissions window cygwin chmod
chmod 只是在 Windows 中为 Cygwin 和 MSys 模拟。
解决此问题的最佳方法是使用icacls 更改权限。
命令行可以在微软官方文档中找到,比如here
请注意,Msys 或 Cygwin 中的 chmod 状态可能不正确。例如,这是我在删除对“toto.txt”的所有访问后在 Msys 中得到的
【讨论】: