chown: invalid user: ‘www-data:www-data’ code example
Example: chown: invalid user: ‘www-data:www-data’
There is `apache` user instead of `www-data` in Centos.
So, use sudo chown -R apache:apache /var/www/html/
There is `apache` user instead of `www-data` in Centos.
So, use sudo chown -R apache:apache /var/www/html/