Pokud používáte Ubuntu, uživatel Apache bude www-data, ale pokud používáte CentOS, uživatel webového serveru bude Apache, takže můžete grep a zjistit, zda uživatel Apache existuje nebo ne:
grep apache /etc/passwd
Pokud uživatel apache existuje, můžete použít :
chown -R apache:apache /var/www/html