/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
find path/ -type d -exec chmod 755 {} \; find path/ -type f -exec chmod 644 {} \;