These will recursively search the directory tree, starting at the current directory ('dot') Recursively chmod 755 all directories only find type d exec chmod 755 {} \; For directories only do this Code find type d exec chmod 775 {} \;This will " find " all directories, starting at " ", and chmod them to 755
Changing File Permissions Wordpress Org