Syakir on July 9th, 2008

NOTE TO SELF!

chmod 644 `find . -type f -iname “*.php”`

- “.” is the root folder/path you want to mass chmod

- f is for files

- .php is for file extension

chmod 755 `find . -type d`

- “d” is for directory

Popularity: 28% [?]

Leave a Reply