On Wed, Sep 08, 2004 at 11:04:41AM +1000, David Gillies wrote:
> [EMAIL PROTECTED] wrote:
>  > this will probably be wasted unless you fix the dirs as well:
> >
> >       find . -type f -exec chmod g=rwx,o=rx {} \;
> 
> Ummm, if you want to fix the directories, you'd be better off running this:
> 
>         find . -type d -exec chmod g=rwx,o=rx {} \;
> 

Yep, typo, thanks.

Best command to use is the chmod -R with the magic X, anyway.


Matt

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to