how you can reset Magento file & Directory permissions?
Answer Posted / Dinesh Kumar Dubey
To reset Magento file and directory permissions, use the command-line tool 'sudo find var pub/static pub/media app/etc -type f -chmod 644' followed by 'sudo find var pub/static pub/media app/etc -type d -chmod 755'.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers