Originally posted by: ranjit_
Hi, I am facing a peculier problem, From /usr filesystem if i ls for .. it returns the below error. It is only happening for non root users. I am able to do ( ls -ld .. ) from other filesystems like /opt /home etc. But can't do only from /usr.
Please help ! ..
Thanks ..
Ranjit
Error Below
$ cd /usr
$ ls -ld ..
ls: 0653-345 ..: Permission denied.
Other Helpful Info below
$ uname -a
AIX ngsvawrk186 3 5 00064ED1D600
$ oslevel -r
5300-08
$ pwd
/usr
$ cd /
$ ls -la
total 19392
drwxr-xr-x 38 root system 4096 03 Dec 15:36 .
drwxr-xr-x 38 root system 4096 03 Dec 15:36 ..
$ cd /usr
$ ls -ld .
drwxrwxrwx 43 root system 4096 03 Dec 16:54 .
#AIX-Forum