<quote who="Simon Wong">

> 4 drw-r--r--   43 sjw      staff        4096 Oct 13 19:21 javacook
> 
> How do I get into that directory?

  chmod -R a+x javacook

The execute bits on the directory are not set, the result of which is that
no one is allowed to enter it. If you add the execute bit for all, the ls
-la will look like this:

  4 drwxr-xr-x   43 sjw      staff        4096 Oct 13 19:21 javacook

Which is what you want. :)

- Jeff

-- 
                     What does an underage calf drink?                      
                          Long Island Iced Teats.                           

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to