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.
我正在使用 Centos 系统。我看到www-data用户拥有的目录/文件。我希望它们归apache进程所有。
www-data
apache
是否www-data翻译apache为所有权?
摘自:http ://www.linuxquestions.org/questions/linux-newbie-8/is-www-data-some-sort-of-generic-user-933894/
在许多(不是全部)发行版中,www-data 是运行 Apache Web 服务器的用户。这也意味着默认情况下,Apache 所做的一切(尤其包括 PHP 脚本)都将在用户 www-data(以及组 www-data)的权限下完成。