Hi Slugs,

I'm still working on this but any quick help i'll welcome.

how do you recursively chmod directories only and not files.

I want to recursively chmod files to 644 and directories to 755.
what is the quickest way?

I thought i'd do the files first and then the dirs as in...
chmod -R 644 * (for files and directories)
chmod ??? for directories only?

or is there a better way?
Ben

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to