chmod 777Start 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.chmod -R 777 store. The -R (or --recursive) options make it recursive. Or if you want to make all the files in the current directory have all permissions type: chmod -R