How can I chmod 777 all subfolders of var? - Ask Ubuntu
chmod 777chmod 777 foldername will give read, write, and execute permissions for everyone. chmod 700 foldername will give read, write, and executeIf you are going for a console command it would be: chmod -R 777 store. The -R