On Thu, 2005-03-03 at 10:14, Andrew Bennetts wrote: > On Thu, Mar 03, 2005 at 12:03:11AM +1100, Rod Butcher wrote: > > One last question before I give up. ls -l on the webserver directory > > shows :- > > drwxr--r-- 10 root root 8192 Mar 2 15:35 Webserver/ and all its > > contents. > > I undestand this to mean that the owner, owner's group and others have > > read access. > > Experimentatation shows tis not to be the case - I logged on as apache > > and another user and did not have read access. > > To be able to see contents of directories, you need the "x" bit set too.
Add a dmask option to your mount options to set the permissions for directories. As Andrew says, anything with a+x should be fine. -- Pete -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
