How can I chmod 777 all subfolders of var? - Ask Ubuntu
chmod 777If you are going for a console command it would be: chmod -R 777 store. The -RTo apply chmod 777 to all the files and subfolders within the folder, you can use the find command in combination with the chmod command.