How can I recursively apply chmod 777 to a folder and all its contents?
chmod 777If you are going for a console command it would be: chmod -R 777 store. The -RStart by setting permission numbers to 777 to grant files more access, then use the chmod command to modify specific permissions for each folder in var.