Command Reference Guide

__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man1/!!!intro.1
________________________________________________________________
___ ___
f
find(1) find(1)
Find all files that have a read bit set in any access control list entry:
find / -acl ’*.*+r’ -print
Find all files that have the write bit unset and execute bit set in every access control list entry:
find / -acl ’=*.*-w+x’ -print
Find all files that have optional access control list entries:
find / -acl opt -print
DEPENDENCIES
NFS
The -acl primary is always false for NFS files.
WARNINGS
Because of interoperability goals, cpio does not support archiving files larger than 2GB or files 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
/etc/group Group names
/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 1−−276 − 6 − HP-UX Release 11i: December 2000
___
___