![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re: File::Find, chmod and warningsby hanenkamp (Pilgrim) |
on Oct 26, 2003 at 02:31 UTC ( [id://302150]=note: print w/replies, xml ) | Need Help?? |
Assuming that you're just trying to make everything readable/writable and directories executable, you could just do:
I believe this to be POSIX compliant, but I could be wrong. This works under Linux. It will not dispell execute perms on plain files that already have them, but this could be rectified with a a-x before the rest of the symbolic mode expression.
In Section
Seekers of Perl Wisdom
|
|