tag 14758 notabug close 14758 On 06/30/2013 02:43 PM, Van Thielen Nadir wrote: > on shmod > > distro debian 7 > >> #shmod 666 /var/www
Are you saying that you did `chmod 666 /var/www` ... >> #stat 0666 /var/www - root ... and stat is confirming those permissions? .... > > mouse action. > KDE / Dolpin file brouwser / no acces ... but you can access it in your file manager. That would be consistent since 666 means there is no 'x' permission on that directory, and hence no one can traverse into it. Did you perhaps mean to `chmod 755` or equivalent? thanks, Pádraig.
