Linux

find . -type d -exec chmod 775 {} \; find . -type f -exec chmod 664 {} \; ======================================================================================== find . -user root | xargs chown steved ======================================================================================== find /usr/local/src -exec grep -s "mytext" {} \; -exec echo " " {} "\n" \;