chmod 777I'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.chmod 777 is considered potentially dangerous because you are giving read, write and execute permission on a filedirectory to everyone.