- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Finding files w/optional ACLs in JFS filesystems
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2005 08:03 AM
01-07-2005 08:03 AM
Finding files w/optional ACLs in JFS filesystems
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...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2005 08:11 AM
01-07-2005 08:11 AM
Re: Finding files w/optional ACLs in JFS filesystems
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2005 08:16 AM
01-07-2005 08:16 AM
Re: Finding files w/optional ACLs in JFS filesystems
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2005 08:38 AM
01-07-2005 08:38 AM
Re: Finding files w/optional ACLs in JFS filesystems
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2005 08:50 AM
01-07-2005 08:50 AM
Re: Finding files w/optional ACLs in JFS filesystems
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.