Translate

Thursday, February 18, 2016

Linux Command Shell : how to make Apache owner of folder

If  you need to make Apache owner of a specific folder, you can  achieve it , by executing the following  Linux command:

  
     chown -R apache /var/www/symfony_app/My_Folder/
   
This command will cause Apache is the owner of the folder and the contents in it.




1 comment: