i write what i want, when i want!
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% [?]
Name (required)
Email (required)
Website
Leave a Reply