Beefy Boxes and Bandwidth Generously Provided by pair Networks Ovid
The stupid question is the question not asked
 
PerlMonks  

Re: File::Find, chmod and warnings

by 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.


in reply to File::Find, chmod and warnings

Assuming that you're just trying to make everything readable/writable and directories executable, you could just do:

chmod -R a=rX,u=rwX *

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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://302150]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.