Trace: • upgrading_wordpress_sites • chmod_on_directories
Use this example to chmod only directories
ls -R <path to some directory> |grep ":$"|sed 's/:$//'|xargs chmod g+x ls -R <path to some directory> |grep ":$"|sed 's/:$//'|xargs chmod o+x