sudo chmod 777 -R dirname
例如 sudo chmod 777 -R /var/www/html
然后重启apache
sudo /etc/init.d/apache2 restart 此apache 重启命令根据自己情况来 可能有不同