Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

permission to var/cache

sudo chmod -R 777 var/;sudo chmod -R 777 pub/;sudo chmod -R 777 generated/;
Comment

PREVIOUS NEXT
Code Example
Shell :: how force detached ENI 
Shell :: java status archlinux 
Shell :: Remplace Placeholder with shell command 
Shell :: O arquivo C:UsersjukinAppDataRoaming pmyarn.ps1 
Shell :: recursive rename powershell 
Shell :: private repo git history api 
Shell :: ubuntu 20.4 uninstall cloud image 
Shell :: nvm update specifiec version 
Shell :: how to get security details of binary file 
Shell :: git remove repo from folder 
Shell :: zsh command not found ntp for macos 
Shell :: Default umask in /etc/login.defs could be more strict like 027 
Shell :: linux traverse all subdirectories and do action 
Shell :: git reset deinit and update submodule and re clone all submodules 
Shell :: close app with terminal 
Shell :: ssh-copy-id specific file 
Shell :: power shell scribt to copy files 
Shell :: RequestsDependencyWarning chardet 
Shell :: git branch -M main not working 
Shell :: bash_logout 
Shell :: lavastore js 
Shell :: kipping acquire of configured file 
Shell :: cordova plugin install specific branch 
Shell :: dependency problems - leaving unconfigured Errors were encountered while processing: 
Shell :: how to check folxder ezist using bash 
Shell :: kubectl delete pods wildcard 
Shell :: installing drive in jupyter lab 
Shell :: python convert json string to module object class 
Shell :: step8 pgadmin ubuntu 20.04 
Shell :: Bash script to authenticate machine users 
ADD CONTENT
Topic
Content
Source link
Name
8+7 =