[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Help Navigating Directories



I must be brain dead today. I can't figure this out.

I have a site on a RaQ4 as follows:

[brandon0108 site8]$ ls -l
total 5
drwxr-s---   2 nobody   site8        1024 Aug 30 22:28 certs
drwxr-s---   2 nobody   site8        1024 Feb 21 04:03 logs
drwxrwsr-x   7 nobody   site8        1024 Feb 17 12:11 users
drwxrwsr-x   6 nobody   site8        2048 Feb 21 14:17 web

Everything looks good so far. brandon0108 is a user created solely to
maintain this site.

In the /site8/web directory, there are several other directories:

[brandon0108 site8]$ cd web
[brandon0108 web]$ ls -l
total 416
drw-rw-r--   3 brandon0 site8        1024 Nov  8 02:38 Library
drw-rw-r--   3 brandon0 site8        1024 Feb 18 23:55 Templates
drw-rw-r--   2 brandon0 site8        1024 Nov  2 01:16 _notes
drw-rw-r--   3 brandon0 site8        3072 Jan  8 22:00 images
-rw-rw-r--   1 brandon0 site8       19123 Dec 18 07:37 index.html

then I try to drop into one of these directories:

[brandon0108 web]$ cd Library
bash: Library: Permission denied

Same story with all 4 directories. What is going on here? The directory is
owned by the user brandon0108, why can't that user view its contents?

FWIW, due to some other problems with Dreamweaver on this site, I manually
chown'd all the contents of the web directory to user brandon0108 and also
chmod'd all the contents to 664.

Any help is appreciated.

Brandon