How to Apply Chmod 777 to a Folder and its Contents in Linux
chmod 777If you are going for a console command it would be: chmod -R 777 store. The -RView (u)ser, (g)roup and (o)thers permissions for chmod 777 (chmod a+rwx) or use free on chmod calculator to modify permissions easily.