Chmod 777 to a folder and all contents [duplicate]
chmod 777If you are going for a console command it would be: chmod -R 777 store. The -Rchmod 777 is considered potentially dangerous because you are giving read, write and execute permission on a filedirectory to everyone.