在 Raspbian 上向 Raspberry Pi 3 B+ 上的 Apache 文件夹授予权限时出现问题

Problem with giving permissions to the Apache folder on a Raspberry Pi 3 B+ on Raspbian

提问人:arthur4777 提问时间:11/17/2023 最后编辑:arthur4777 更新时间:11/17/2023 访问量:19

问:

我目前正在尝试在我的树莓派 3b+ 上安装一个 apache Web 服务器,我是一个业余爱好者,只是按照官方网站上的教程(https://raspberry-pi.fr/installer-serveur-web-raspberry-lamp/) 我写了以下命令:

sudo apt update
sudo apt upgrade
sudo apt update
sudo apt install apache2

这四条线没有造成任何麻烦。然后,当我输入这个:

sudo chown -R pi:www-data /var/www/html/

我收到以下错误消息:

chown: invalid user: « pi:www-data » 

谢谢你的帮助

apache raspberry-pi3 树莓

评论


答: 暂无答案