如何将 ACL 设置为类似于 Safari.app 的文件夹?
ls -lde /Applications/Safari.app/
drwxr-xr-x@ 3 root wheel 102 Jun 22 13:25 /Applications/Safari.app/
0: group:everyone deny delete
我试过使用:
sudo chmod -R +a "group:everyone deny delete" /Applications/xyz
ls -lde xyz
drwxr-xr-x+ 2 root admin 68 Oct 13 16:26 xyz
0: group:everyone deny delete
但我仍然可以删除文件夹 xyz。
任何帮助都将是可观的。