HP-UX Reference (11i v1 00/12) - 1 User Commands A-M (vol 1)

__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man1/!!!intro.1
________________________________________________________________
___ ___
f
find(1) find(1)
If the leading minus is omitted, this primary is true when the file permission bits
exactly match the value of mode. Bits associated with the symbolic attributes s
(set-user-ID, set-group-ID) and t (sticky bit) are ignored when the minus is
omitted.
If mode is preceded by a minus, this primary is true if all of the bits that are set
in mode are also set in the file permission bits. In this case, the bits associated
with the symbolic attributes s and t are significant.
-fstype FStype True if the file system to which the file belongs is of type FStype, where FStype
is one of cdfs, hfs,ornfs, corresponding to the CDFS, HFS, or NFS file sys-
tem type, respectively.
-type c True if the type of the file is c, where c is one of:
f Regular file
d Directory
b Block special file
c Character special file
p FIFO (named pipe)
l Symbolic link
s Socket
n Network special file
M Mount point
-links n True if the file has n links.
-user uname True if the file belongs to the user uname.Ifuname is numeric and does not
appear as a login name in the
/etc/passwd file, it is taken as a user ID. The
uname operand can be preceded by a + or - to modify the comparison of the pri-
maries. If the argument n represents a decimal integer; +n means more than n,
-n means less than n, and n means exactly n.
-group gname True if the file belongs to the group gname.Ifgname is numeric and does not
appear in the
/etc/group file, it is taken as a group ID. The gname operand
can be preceded by a
+ or - to modify the comparison of the primaries. If the
argument n represents a decimal integer; +n means more than n, -n means less
than n, and n means exactly n.
-nouser True if the file belongs to a user ID that is not listed in the password database.
See passwd(4).
-nogroup True if the file belongs to a group ID that is not listed in the group database.
See group(4).
-size n[c] True if the file is n blocks long (512 bytes per block). If n is followed by a
c, the
size is in bytes.
-atime n True if the file access time subtracted from the initialized time is n-1 to n multi-
ples of 24 h. The initialization time shall be a time between the invocation of the
find utility and the first access by that invocation of the find utility to any
file specified by its path operands. The access time of directories in
pathname_list is changed by find itself.
-mtime n True if the file modification time subtracted from the initialization time is n-1 to
n multiples of 24 h. The initialization time shall be a time between the invocation
of the
find utility and the first access by that invocation of the find utility to
any file specified in its
path operands.
-ctime n True if the time of last change of file status information subtracted from the ini-
tialization time is n-1 to n multiples of 24 h. The initialization time shall be a
time between the invocation of the find utility and the first access by that invo-
cation of the find utility to any file specified by its path operands.
-newer file True if the current le has been modified more recently than the argument file.
-newer[tv1[tv2]] file True if the indicated time value (tv1) of the current file is newer than the indi-
cated time value (tv2)offile. The time values tv1 and tv2 are each selected from
the set of characters:
Section 1272 2 HP-UX Release 11i: December 2000
___
___