From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Rankin To: David Monk , cygwin@cygwin.com Subject: Re: Bash script permissions Date: Wed, 12 Sep 2001 14:55:00 -0000 Message-id: <20010912214530.80982.qmail@web10502.mail.yahoo.com> References: <011701c13bd3$c7e2c3b0$391e10ac@dmonknt> X-SW-Source: 2001-09/msg00669.html How 'bout "find . -type d | xargs chmod a+x" to fix the directory settings. --Rick --- David Monk wrote: > > chmod -R a-x /lib /etc > > etc. > > Leave the directories containing binary files alone. > > > > You don't have to laboriously do a chmod for every file. > > > > cgf > > This is great and all, but it will leave any subdirectories thereunder > inaccessible until +x is set on them. > > David Monk > > > > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Bug reporting: http://cygwin.com/bugs.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ > __________________________________________________ Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger http://im.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/