简体   繁体   English

如何在 Windows 中停止 cygwin 更新 ACL

[英]How can I stop cygwin updating ACL in windows

I'm using cygwin version 2.11.2, When creating a directory through my code with rsync , cygwin setting ACL which windows consider as "NULL SID".我正在使用 cygwin 2.11.2 版,当使用 rsync 通过我的代码创建目录时,cygwin 设置了 Windows 认为是“NULL SID”的 ACL。

I've gone through the help, tried updating /etc/fstab with "noacl" followed by reboot but no luck.我已经完成了帮助,尝试使用“noacl”更新/etc/fstab,然后重新启动,但没有运气。

Is there any alternate way I can make cygwin not to update ACL at all or any way to guide cywin to update a proper ACL.有什么替代方法可以让 cygwin 根本不更新 ACL,或者以任何方式引导 cywin 更新正确的 ACL。

Cygwin is using proper ACLs, see for details Cygwin 正在使用正确的 ACL,有关详细信息,请参阅
https://cygwin.com/cygwin-ug-net/ntsec.html https://cygwin.com/cygwin-ug-net/ntsec.html

assuming you are not interested in Cygwin POSIX permissions in some area of your disk, like /cygdrive you can use the option noacl in etc/fstab/假设您对磁盘某些区域的 Cygwin POSIX 权限不感兴趣,例如 /cygdrive,您可以在etc/fstab/使用选项noacl

https://cygwin.com/cygwin-ug-net/using.html#mount-table https://cygwin.com/cygwin-ug-net/using.html#mount-table

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在Windows上停止流星? 用cygwin? - Stop Meteor on windows? With cygwin? 如何在Windows计算机上安装Cygwin来使用gcc? - How can I use gcc by installing Cygwin on a Windows machine? 在Windows中,如何启动n次cygwin shell,然后调整它们的窗口大小? - In Windows, how can I launch cygwin shells n times and then resize their windows? 我如何才能将ssh放入运行cygwin / sshd的Windows框中,并使最终的终端会话使用cygwin而不是默认的BASH? - How can I ssh into a windows box running cygwin/sshd and have the resulting terminal session use cygwin instead of default BASH? 如何让Cygwin准确读取我的Windows环境变量? - How can I get Cygwin to accurately read my Windows environment variables? 如何在Windows上借助cygwin从命令行运行Shell脚本? - How can I run a shell script from command line with the help of cygwin on Windows? 如果我只知道SID,如何在Windows中更改文件ACL? - How to change the file ACL in windows, if I only know the SID? 如何有效地分析cygwin应用程序? - How can I effectively profile a cygwin application? 如何将.sh文件与Cygwin关联? - How can I associate .sh files with Cygwin? 我可以从Windows的Cygwin终端启动ansible剧本吗? - Can I launch an ansible playbook from a cygwin terminal on windows?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM