Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unable to find eventhough permission is correct

Status
Not open for further replies.

joekwchen

MIS
Oct 3, 2002
17
US
Hi all expert
Appreciate your help. I have a problem where eventhough the bdump directory have 755 permission, I can't issue a find command in the directory. (see below) This happen to all directory under /apps/oracle

[/apps/oracle/bdump]find . -name "*.Z"
pwd: The file access permissions do not allow the specified action.

[/apps/oracle/bdump]pwd
/apps/oracle/bdump

[/apps/oracle]ls -la
drwxr-xr-x 2 oracle dba 3584 Nov 15 04:30 bdump

I am running in AIX 5.2. This problem happened after our diskc crash and we recreate the filesystem /apps/oracle and restore the files. All permission are same as before. Why I can issue ls, pwd but not "find"?

Pls help!!!

 
Hi Joek,

I suspect you might have an issue with the underlying privs of the filesystem itself.

Have a look at the following link for info on this type of issue. :)


Best Regards.

____________________
Sometimes it pays to stay in bed on Monday, rather than spending the rest of the week debuging Mondays code.
 
I will test it out and let u know the outcome. Thanks a million.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top