find . -type "type" -exec chmod 755 {} \;
find . -type "type" -exec chown owner.group {} \;
find . -type "type" -exec "command" {} \;
No comments:
Post a Comment