You wrote: > From: martin f krafft <[EMAIL PROTECTED]> > Subject: Re: File and directory permissions
What Martin sent in will work only if there are no white spaces in file- and directory-names. I would prefer this one: find [path] -type d -printf '"%p"\n' | xargs chmod 755 (Please try first if %p is the correct term. Maybe %n is the correct substitution.) Greets, Martin Alfke -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

