Linux, WordPress WordPress uploads directory file permissions update September 8, 2014 Leave a comment To recursively update the permissions on directories in the uploads directory in WordPress from the wp-contents directory run: find uploads/ -type d -exec chmod 775 {} + Share this:Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window) Related