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 -RSetting 777 permissions (chmod 777) to a file or directory means that it will be readable, writable and executable by all users and may pose