如何以编程方式将文件的权限替换为父亲的权限?
我有一个已设置权限的文件夹,在该文件夹中我有一些文件,它们都应具有与父文件夹相同的权限,唯一的问题是当这些文件被更新程序替换时,权限会发生变化。
如何让更新程序再次将这些文件的权限替换为父文件夹的权限?
I have a folder with permissions already set, in that folder I have some files that should all have the same permissions as the parent folder, the only thing is when these files get replaced by the updater the permissions change.
How can I have the updater replace these files's permissions again with the parent folder's?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
处理 acls 有时可能会很烦人,请小心,祝你好运。
这是一篇解释充分的文章 http://msdn.microsoft.com/en-我们/杂志/cc163885.aspx
您可以看到 icacls 和 cacls 命令行工具。
请谨慎使用,并尝试先备份。
Deal with acls sometimes could be annoying, be careful and good luck.
Here is a well-explained article http://msdn.microsoft.com/en-us/magazine/cc163885.aspx
And you could see the icacls and cacls commandline tools.
Use with careful and try to backup before.