How to change directory permissions in Linux with chmod
chmod 777If you are going for a console command it would be: chmod -R 777 store. The -R777 means User, Group, and Others all have full read, write, and execute permissions. However, granting such permissions can pose a security risk.