--- Russel Caldwell <[EMAIL PROTECTED]> wrote:
> Is there an easy way of changing file permissions recursively
> without changing directory permissions?

find . -type f -exec chmod 0600 {} \; -print

/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/

Reply via email to