Understanding Unix Owner and chmod 777 - Stack Overflow
chmod 777777 means the file directory is granted read, write and execute permissions for all three user classes, including the owner, group members, and others.If you are going for a console command it would be: chmod -R 777 store. The -R