Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

chown: invalid user: ‘www-data:www-data

Writer Sophia Terry

I am trying to install laravel , now I need to Set the required permissions for the project . when I wrote sudo chown -R www-data:www-data /var/www/laravel/ I am getting error chown: invalid user: ‘www-data:www-data’ .What is the problem?

5

1 Answer

The www-data is for ubuntu, try with apache for username and group

sudo chown -R apache:apache /var/www/laravel/ 

Make sure that the package is install.

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy