Ubuntu’da Dosyaya Yazma ve Okuma İzni Vermek
$ sudo chmod 777 /var/www/ -R
# /etc/init.d/apache2 start
$ sudo /etc/init.d/apache2 start
# /etc/init.d/apache2 restart
$ sudo /etc/init.d/apache2 restart
# /etc/init.d/apache2 stop
$ sudo /etc/init.d/apache2 stop
$ sudo service apache2 restart
$ sudo service apache2 stop
$ sudo service apache2 start
$ sudo service apache2 reload