Operating System - HP-UX
1833555 Members
3181 Online
110061 Solutions
New Discussion

Finding files w/optional ACLs in JFS filesystems

 
Greg Wooden
Occasional Contributor

Finding files w/optional ACLs in JFS filesystems

Hello All,

Any idea why the -aclv option to find fails to identify files w/optional ACLs in a JFS filesystem:

#find /home -aclv opt

While the HFS version of the command does return valid results:

#find /stand -acl opt

Any help is appreciated...
4 REPLIES 4
RAC_1
Honored Contributor

Re: Finding files w/optional ACLs in JFS filesystems

What is the vxfs version of /opt. If I remember correctly JFS version 4 and above support acl.

Anil
There is no substitute to HARDWORK
Sanjay_6
Honored Contributor

Re: Finding files w/optional ACLs in JFS filesystems

Hi Greg,

Maybe this link would help,

http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063211010

The itrc doc id is S3100006138.

It suggests creating a file /etc/logingroup linked to /etc/group.

ln -s /etc/group /etc/logingroup

Hope this helps.

Regds
Greg Wooden
Occasional Contributor

Re: Finding files w/optional ACLs in JFS filesystems

More clarification:

I'm running JFS 3.3 version 4 which supports JFS filesystem ACLs. Next, its the "-acl" find option (for HFS) filesystems that is returning valid results. The "-aclv" find option (for JFS) filesystems is NOT returning files with OPTIONAL ACLs.

Thx.
A. Clay Stephenson
Acclaimed Contributor

Re: Finding files w/optional ACLs in JFS filesystems

I know it's a lot of trouble but it sometimes helps to mention the version of your OS. PHCO_20575 fixes a problem with find that might apply:

Quote:
PHCO_20575:
This patch fixes a problem in the patch removal
scripts in order to prevent removal of JFS ACL
enhancements to find(1) while JFS 3.3 is installed
on the system.

Unquote:

I just tried your find on an 11.11 box and it works just fine.
If it ain't broke, I can fix that.