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.
我想让目录中的所有文件都可photo读、可写和可执行。假设我chmod -R 777 photo今天。然后明天有新文件进入目录photo。权限的更改也会影响这些文件吗?
photo
chmod -R 777 photo
通常不会。你可以有一个 cron 工作来对它们进行 chmod。或者您可以更改umask写入该目录的进程000以使其按您的意愿工作。
umask
000
如果这是一台台式计算机,您可以通过您的桌面环境绑定一个组合键,因此一旦您将文件复制到目录,您点击组合并执行 chmod。