[buddypress-dev] Getting Started...
Mike Little
mike at zed1.com
Wed Sep 3 07:45:53 GMT 2008
On Wed, Sep 3, 2008 at 4:45 AM, Austin Matzko <if.website at gmail.com> wrote:
> 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?
>
Because you only want your files at 644, your directories need to stay
at 755. The find command here only finds files (-type f).
Mike
--
Mike Little
http://zed1.com/
More information about the buddypress-dev
mailing list