This one time, at band camp, Erik de Castro Lopo wrote:
>For the directories use something like:
>
>   find <top level dir> -type d -exec chmod 755 {} \;
>
>and for the files:
>
>   find <top level dir> -type f -exec chmod 755 {} \;
>
>while you are there, you might want to read the find man page ;
>find has lots of interesting features.

Your find commands are either redundant or broken :)
-- 
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