Benim durumumda, sudo kullanarak çalıştı
sudo bin/magento setup:upgrade
DÜZENLEME 19/02/16
Aslında, "sudo" çözümü Magento dosyalarının kötü izinleri / sahipliği için bir çözümdür.
Zaten bir Magento dosya sistemi sahibiniz yoksa, bir tane oluşturun ve bunu apache grubuna ekleyin.
adduser magento
passwd magento
//CentOS
usermod -g apache magento
//Ubuntu
usermod -g www-data magento
//restart apache
//CentOS
service httpd restart
//Ubuntu
service apache2 restart
Artık kullanıcı sahibi olduğunuza göre, sahiplik ve izinleri ayarlayabilirsiniz (root ile veya sudo ile bir kullanıcı)
cd /var/www/html/magento2beta/magento2
find . -type d -exec chmod 770 {} \; && find . -type f -exec chmod 660 {} \; && chmod u+x bin/magento
//CentOS
chown -R magento:apache .
//Ubuntu
chown -R magento:www-data .
Magento kullanıcısına geç
su magento
Şimdi php bin / magento kurulumunu çalıştırabilmelisiniz: magento kullanıcısı ile yükseltme veya başka bir komut