/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
for folder only to be 755 + sub dir find . -type d -exec chmod 0755 {} \; for file only to be 644 + sub dir find . -type f -exec chmod 0644 {} \;