Trace: • javascript_drag_and_drop • reverse_tunnel • new_disk • apache_webserver_tuning • postfix_important_settings • 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