chmod 755 -R `find . -name '*.php' -print`
The following command may be very useful for changing the permissions of a file type such as .php to 755 from the directory and there forth:
- 118 Users Found This Useful