Skip to main content
deleted 1 character in body
Source Link

I suspect that the permissions might have gotten messed up on my Magento 2 installation. On the old versions I would run the following command to make folders 755 and files 644:

find . -type f -exec chmod -c 644 {} \; && find . -type d -exec chmod -c 755 {} \; 

Can you please let me know what the correct file and folder permissions are for Magento 2, since they seem to be different? Also, if there are some particular folders or files that would need different permissions.

I suspect that the permissions might have gotten messed up on my Magento 2 installation. On the old versions I would run the following command to make folders 755 and files 644:

find . -type f -exec chmod -c 644 {} \; && find . -type d -exec chmod -c 755 {} \; 

Can you please let me know what the correct file and folder permissions are for Magento 2, since they seem to be different? Also, if there are some particular folders or files that would need different permissions.

I suspect that the permissions might have gotten messed up on my Magento 2 installation. On the old versions I would run the following command to make folders 755 and files 644:

find . -type f -exec chmod -c 644 {} \; && find . -type d -exec chmod -c 755 {} \; 

Can you please let me know what the correct file and folder permissions are for Magento 2 since they seem to be different? Also, if there are some particular folders or files that would need different permissions.

Question Protected by CommunityBot
Tweeted twitter.com/StackMagento/status/733212333481299968
Magento 2 folder/file permissions
Source Link
Marius
  • 198.9k
  • 55
  • 431
  • 837

I suspect that the permissions might have gotten messed up on my Magento 2Magento 2 installation. On the old versions I would run the following command to make folders 755755 and files 644644:

find . -type f -exec chmod -c 644 {} \; && find . -type d -exec chmod -c 755 {} \; 

Can you please let me know what the correct file and folder permissions are for Magento 2Magento 2, since they seem to be different? Also, if there are some particular folders or files that would need different permissions.

Thanks, Hrisitan

I suspect that the permissions might have gotten messed up on my Magento 2 installation. On the old versions I would run the following command to make folders 755 and files 644:

find . -type f -exec chmod -c 644 {} \; && find . -type d -exec chmod -c 755 {} \; 

Can you please let me know what the correct file and folder permissions are for Magento 2, since they seem to be different? Also, if there are some particular folders or files that would need different permissions.

Thanks, Hrisitan

I suspect that the permissions might have gotten messed up on my Magento 2 installation. On the old versions I would run the following command to make folders 755 and files 644:

find . -type f -exec chmod -c 644 {} \; && find . -type d -exec chmod -c 755 {} \; 

Can you please let me know what the correct file and folder permissions are for Magento 2, since they seem to be different? Also, if there are some particular folders or files that would need different permissions.

I suspect that the permissions might have gotten messed up on my Magento 2Magento 2 installation. On the old versions I would run the following command to make folders 755755 and files 644644:

find . -type f -exec chmod -c 644 {} ; && find . -type d -exec chmod -c 755 {} ;

find . -type f -exec chmod -c 644 {} \; && find . -type d -exec chmod -c 755 {} \; 

Can you please let me know what the correct file and folder permissions are for Magento 2Magento 2, since they seem to be different? Also, if there are some particular folders or files that would need different permissions.

Thanks, Hrisitan

I suspect that the permissions might have gotten messed up on my Magento 2 installation. On the old versions I would run the following command to make folders 755 and files 644:

find . -type f -exec chmod -c 644 {} ; && find . -type d -exec chmod -c 755 {} ;

Can you please let me know what the correct file and folder permissions are for Magento 2, since they seem to be different? Also, if there are some particular folders or files that would need different permissions.

Thanks, Hrisitan

I suspect that the permissions might have gotten messed up on my Magento 2 installation. On the old versions I would run the following command to make folders 755 and files 644:

find . -type f -exec chmod -c 644 {} \; && find . -type d -exec chmod -c 755 {} \; 

Can you please let me know what the correct file and folder permissions are for Magento 2, since they seem to be different? Also, if there are some particular folders or files that would need different permissions.

Thanks, Hrisitan

Source Link
Neekoy
  • 991
  • 1
  • 8
  • 10
Loading