[CentOS] how to make centos safty(php+mysql)

Mon Feb 28 19:31:39 UTC 2011
James Hogarth <james.hogarth at gmail.com>

>
> as someone else said, directories need 'execute' privilege (which really
> means permission to list the dir).

Not quite... +r allows listing of the directory and +x allows
traversing (cd) into/through the directory.

James