How to chmod 0007 a lot of directories with php? – Apache
My Website will contain thousands of subdirectories named 'e' which are to hold user created .json files specific to that directory's submission form. I need this newly created directory to be chmod 0007. How can I do this? This code…