|
|
| The stupid question is the question not asked | |
| PerlMonks |
Re: File::Find, chmod and warningsby hanenkamp (Pilgrim) |
| on Oct 25, 2003 at 22:31 UTC ( [id://302150]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
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
|
|
||||||||||||||||||||||||