Shad L. Lords wrote:
> find . -type type -print0 | xargs -0 chmod value

Or (SUSV compliant): 

find . -type f -exec chmod 123 {} +

Cheers,

Ralph

Attachment: pgpzeE6PHw7zH.pgp
Description: PGP signature

_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to