On Tue, 2015-06-09 at 11:01 +0200, Svante Signell wrote:
> mkdir test
> touch test/a
> 
> chmod -R test
Correction: chmod -R 644 test

> chmod: cannot access ‘test/a’: Permission denied
> 
> ls -ld test
> drw-r--r-- 2 srs srs 4096 Jun  9 11:00 test
> 
> ls -l test
> ls: cannot access test/a: Permission denied
> total 0
> -????????? ? ? ? ?            ? a
> 
> 



Reply via email to