Today, one of my coworkers ran into trouble setting up a new intern to work. An account was set up by our IT group for the intern, but we were not able to access it. When I investigated, I found:
$ ls -ld /acct/c33408 drwxr-xr-x 1 root system 1 May 23 09:48 /acct/c33408 Clearly the admin who set up the account forgot to change owner and group. However what puzzles me is that the account directory is shown as both readable and searchable by everyone. However when I attempt to see what is in it:
$ ls /acct/c33408 ls: /acct/c33408: The file access permissions do not allow the specified action. And similarly for trying to change to that directory.
Why will it not show me the contents of this directory when the permissions appear to allow it? I have checked and there is no ACL on this directory.
This is an AIX network, and the directory is on an NFS mount.
ps -efand grep for automount or amd