In article <[EMAIL PROTECTED]> [EMAIL PROTECTED] writes: >This is more of a linux question... Is there a way to change recursivly >the mode to directories only?
find . -type d -print0 | xargs -0 chmod a=rwx
--
Blars Blarson [EMAIL PROTECTED]
http://www.blars.org/blars.html
"Text is a way we cheat time." -- Patrick Nielsen Hayden

