On Tue, Sep 2, 2008 at 10:52 PM, Jake Spurlock <whyisjake at gmail.com> wrote: > If you ever need to > change a whole bunch of things, find . -type f -print0 | xargs -0 > chmod 644 is sure a nifty piece of CLI beauty. How about chmod -R 644 * instead?