Unix の特定のフォルダに転送されたファイルにデフォルトのアクセス許可を適用する必要があります。インターネットで調べたところ、2つの方法が見つかりました。ただし、次の理由で使用できません。
1. umask
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.
私の要件の解決策を達成するための別の(そしておそらく簡単な)方法があるかどうかを提案してください。