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.
在 Linux 上安装 XAMPP 后,我看到文件夹“htdocs”属于“nobody”。
这有什么意图吗?您认为拥有该文件夹是一个好习惯吗?
问候
哈维
出于安全原因。
这也意味着 apache 也应该以“nobody”的身份运行并具有对htdocs的读取权限。
一些 Linux 发行版对服务器和守护进程使用“nobody”,而另一些则为每个服务创建一个用户(例如 mysql 用户、apache 用户)