Horje
permission to var/cache Code Example
permission to var/cache
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;
find var pub/static pub/media app/etc generated/ -type f -exec chmod g+w {} \;
find var pub/static pub/media app/etc generated/ -type d -exec chmod g+ws {} \;
chown -R <Magento user>:<web server group> .
chmod u+x bin/magento
permission to var/cache
sudo chmod -R 777 var/;sudo chmod -R 777 pub/;sudo chmod -R 777 generated/;




Shell

Related
docker secrets commands Code Example docker secrets commands Code Example
if you cannot update any of the repositry in ubuntu Code Example if you cannot update any of the repositry in ubuntu Code Example
linux convert to md5 Code Example linux convert to md5 Code Example
linux monitor ttyusb0 Code Example linux monitor ttyusb0 Code Example
Setup docker official repository Code Example Setup docker official repository Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7