添加“macuser”的命令到“_www”团体?
将“macuser”添加到 MacBookAir 上的“_www”组的命令是什么?
我正在开发一个 PHP 项目,该项目生成文件和文件夹为 _www:_www ,当然 macuser 无法对它们执行任何操作。 (除非我以 root 身份登录)。
如果我是正确的,将“macuser”添加到“_www”会让这更容易吗?
What is the command to add "macuser" to the "_www" group on my MacBookAir?
I am working on a PHP project which generates files and folders as _www:_www and of course macuser is unable to do anything with them. (Unless I login as root).
If I am correct, adding "macuser" to "_www" will make this easier?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Apache 用户更改为您所在的
或者您可以在 /etc/apache2/httpd.conf中将
位置
Or you can just change the Apache user to be you in in /etc/apache2/httpd.conf
Change
to
试试这个
Try this