Skip to main content
find . -type f -exec chmod 400 {} \; <br/> find . -type d -exec chmod 500 {} \; <br/> find var/ -type f -exec chmod 600 {} \; <br/> find media/ -type f -exec chmod 600 {} \;<br/>\; find var/ -type d -exec chmod 700 {} \; <br/> find media/ -type d -exec chmod 700 {} \;<br/>\; chmod 700 includes <br/> chmod 600 includes/config.php 

Also detailed information is available on, http://devdocs.magento.com/guides/m1x/install/installer-privileges_after.html

find . -type f -exec chmod 400 {} \; <br/> find . -type d -exec chmod 500 {} \; <br/> find var/ -type f -exec chmod 600 {} \; <br/> find media/ -type f -exec chmod 600 {} \;<br/> find var/ -type d -exec chmod 700 {} \; <br/> find media/ -type d -exec chmod 700 {} \;<br/> chmod 700 includes <br/> chmod 600 includes/config.php 

Also detailed information is available on, http://devdocs.magento.com/guides/m1x/install/installer-privileges_after.html

find . -type f -exec chmod 400 {} \; find . -type d -exec chmod 500 {} \; find var/ -type f -exec chmod 600 {} \; find media/ -type f -exec chmod 600 {} \; find var/ -type d -exec chmod 700 {} \; find media/ -type d -exec chmod 700 {} \; chmod 700 includes chmod 600 includes/config.php 

Also detailed information is available on, http://devdocs.magento.com/guides/m1x/install/installer-privileges_after.html

format the code
Source Link
Manashvi Birla
  • 8.9k
  • 9
  • 29
  • 53
find . -type f -exec chmod 400 {} \; <br/> find . -type d -exec chmod 500 {} \; <br/> find var/ -type f -exec chmod 600 {} \; <br/> find media/ -type f -exec chmod 600 {} \;<br/> find var/ -type d -exec chmod 700 {} \; <br/> find media/ -type d -exec chmod 700 {} \;<br/> chmod 700 includes <br/> chmod 600 includes/config.php 

find . -type f -exec chmod 400 {} ;
find . -type d -exec chmod 500 {} ;
find var/ -type f -exec chmod 600 {} ;
find media/ -type f -exec chmod 600 {} ;
find var/ -type d -exec chmod 700 {} ;
find media/ -type d -exec chmod 700 {} ;
chmod 700 includes
chmod 600 includes/config.php
AlsoAlso detailed information is available on, http://devdocs.magento.com/guides/m1x/install/installer-privileges_after.html

find . -type f -exec chmod 400 {} ;
find . -type d -exec chmod 500 {} ;
find var/ -type f -exec chmod 600 {} ;
find media/ -type f -exec chmod 600 {} ;
find var/ -type d -exec chmod 700 {} ;
find media/ -type d -exec chmod 700 {} ;
chmod 700 includes
chmod 600 includes/config.php
Also detailed information is available on, http://devdocs.magento.com/guides/m1x/install/installer-privileges_after.html

find . -type f -exec chmod 400 {} \; <br/> find . -type d -exec chmod 500 {} \; <br/> find var/ -type f -exec chmod 600 {} \; <br/> find media/ -type f -exec chmod 600 {} \;<br/> find var/ -type d -exec chmod 700 {} \; <br/> find media/ -type d -exec chmod 700 {} \;<br/> chmod 700 includes <br/> chmod 600 includes/config.php 

Also detailed information is available on, http://devdocs.magento.com/guides/m1x/install/installer-privileges_after.html

Source Link
Rushvi
  • 2.9k
  • 2
  • 16
  • 31

find . -type f -exec chmod 400 {} ;
find . -type d -exec chmod 500 {} ;
find var/ -type f -exec chmod 600 {} ;
find media/ -type f -exec chmod 600 {} ;
find var/ -type d -exec chmod 700 {} ;
find media/ -type d -exec chmod 700 {} ;
chmod 700 includes
chmod 600 includes/config.php
Also detailed information is available on, http://devdocs.magento.com/guides/m1x/install/installer-privileges_after.html