In article <[EMAIL PROTECTED]>,
William L. Maltby <[EMAIL PROTECTED]> wrote:
> On Wed, 2007-11-21 at 10:04 +0100, Ralph Angenendt wrote:
> > Shad L. Lords wrote:
> > > find . -type type -print0 | xargs -0 chmod value
> > 
> > Or (SUSV compliant): 
> > 
> > find . -type f -exec chmod 123 {} +
> 
> P.S.
> 
>  Don't forget to escape the "{" and "}".

Why? I've never needed to.

Cheers
Tony
-- 
Tony Mountifield
Work: [EMAIL PROTECTED] - http://www.softins.co.uk
Play: [EMAIL PROTECTED] - http://tony.mountifield.org
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to