Understanding Unix Owner and chmod 777 - Stack Overflow
chmod 777If you are going for a console command it would be: chmod -R 777 store. The -RI'm trying to change the permissions of temp_dir to 777. Why are these commands not accomplishing that? I'm using Linux by the way.