How can you reset the Magento file & directory permissions?
0
You are able to reset the Magento file & directory permissions by following statements through the directory where Magento is installed.
find . –type f –exec chmod 644 {} ;
find . –type d –exec chmod 755 {} ;
chmod +x mage
Sign in to add a comment
0 Answers
0
📝 No answers yet!
Be the first to answer this interview question.
Your Answer
Sign in to post your answer and help the community.