On Wed, Jun 25, 2008 at 12:13:40PM +0200, Jean-Marc Lasgouttes wrote: > Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > > [EMAIL PROTECTED] ~]$ ls -l > > total 8 > > drwxrwxr-x 2 younes younes 4096 Jun 25 11:58 public_html > > > > And it seems to work fine... > > This is what I thought too, but it does not work in this case :( > > Pavel has: > > [EMAIL PROTECTED] ~]$ sudo ls -l ~sanda > total 2724 > ... > drwxr-xr-x 2 sanda sanda 4096 Feb 5 15:26 public_html > ... > [EMAIL PROTECTED] ~]$ sudo ls -l ~sanda/public_html > total 32 > -rw-r--r-- 1 sanda sanda 19967 Feb 5 15:22 aussie_load.ps > -rw-rw-r-- 1 sanda sanda 26 Feb 5 15:26 index.html > > I guess something ovious is going on, but I fail to spot it.
try chmod g+w ~sanda/public_html -- Enrico