> Is there an easy way of changing file permissions recursively without
> changing directory permissions?

find . -type f -exec chmod 664 '{}' \;

Gabe

/*
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