Answers for "/var/log/system.log" could not be opened in append mode: failed to open stream: permission denied in /"

2

could not be opened in append mode: failed to open stream: Permission denied

chmod -R 775 storage
chmod -R 775 bootstrap/cache
Posted by: Guest on November-30-2020
3

could not be opened in append mode: failed to open stream: Permission denied

sudo chown -R $USER:www-data storage
sudo chown -R $USER:www-data bootstrap/cache
Posted by: Guest on November-30-2020

Code answers related to "/var/log/system.log" could not be opened in append mode: failed to open stream: permission denied in /"

Browse Popular Code Answers by Language