Shad L. Lords wrote: > find . -type type -print0 | xargs -0 chmod value Or (SUSV compliant):
find . -type f -exec chmod 123 {} +
Cheers,
Ralph
pgpzeE6PHw7zH.pgp
Description: PGP signature
_______________________________________________ CentOS mailing list [email protected] http://lists.centos.org/mailman/listinfo/centos

