/ Published in: Bash
Expand |
Embed | Plain Text
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 {} \;
You need to login to post a comment.
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 {} \;
You need to login to post a comment.