--- Russel Caldwell <caldr704 at gmail.com> wrote: > Is there an easy way of changing file permissions recursively > without changing directory permissions? find . -type f -exec chmod 0600 {} \; -print