f

®nd(1)

®nd(1)

Find all ®les that have a read bit set in any access control list entry:

find / -acl '*.*+r' -print

Find all ®les that have the write bit unset and execute bit set in every access control list entry:

find / -acl '=*.*-w+x' -print

Find all ®les that have optional access control list entries:

find / -acl opt -print

DEPENDENCIES

NFS

The -aclprimary is always false for NFS ®les.

WARNINGS

Because of interoperability goals, cpio does not support archiving ®les larger than 2GB or ®les that have user/group IDs larger than 60,000 (60K). Files with user/group IDs greater than 60K are archived and restored under the user/group ID of the current process.

AUTHOR

find was developed by AT&T and HP.

FILES

Group names

/etc/group

/etc/mnttab

Mount points

/etc/passwd

User names

SEE ALSO

chacl(1), chmod(1), cpio(1), setacl(1), sh(1), test(1), xargs(1), mknod(2), stat(2), cpio(4), fs(4), group(4), passwd(4), acl(5), aclv(5), environ(5), lang(5), regexp(5).

STANDARDS CONFORMANCE

find: SVID2, SVID3, XPG2, XPG3, XPG4, POSIX.2

Section 1276

− 6 −

HP-UX Release 11i: December 2000