我需要对传输到 Unix 中特定文件夹的文件应用默认权限。我在网上查了一下,发现了两种方法。但是,由于上述原因,我不能使用它们:
1. 掩码
This command can only be used in user login level by mentioning it
in .bashrc / .profile file. Won't work for me because I want the
permissions to be applied regardless of the logged in user, and only
to a specific folder.
enter code here
2.setfacl
This command can only be used when the drive on which the folder is
located, is mounted with file access listing enabled. This won't for
me because I can't involve Unix system admins in this activity at my
workplace.
请建议是否有替代(可能是简单的)方法来实现我的要求的解决方案。