Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使某个用户创建的任何文件夹或文件在 Ubuntu 中始终是公共的(775)。
我从 AskUbuntu 得到这个。希望它可以帮助任何人。
您编辑该用户的用户文件创建模式掩码 (umask)。有几种方法可以做到这一点,一种方法是将 umask xxx(xxx 是您想要的 umask)添加到您的 ~/.profile 并重新登录。不过,这不会影响已经存在的文件。 有关 umask 以及如何计算的信息,请参阅 Wikipedia umask。
您编辑该用户的用户文件创建模式掩码 (umask)。有几种方法可以做到这一点,一种方法是将 umask xxx(xxx 是您想要的 umask)添加到您的 ~/.profile 并重新登录。不过,这不会影响已经存在的文件。
有关 umask 以及如何计算的信息,请参阅 Wikipedia umask。