FF(1M) (System Administration Utilities) FF(1M)
NAME
ff - list file names and statistics for a file system
SYNOPSIS
/etc/ff [-I] [-l] [-pprefix] [-s] [-u] [-an] [-mn] [-cn] [-
nfile] [-ii-node-list] special
DESCRIPTION
ff reads the i-list and directories of the special file,
assuming it is a file system. I-node data is saved for
files which match the selection criteria. Output consists
of the path name for each saved i-node, plus other file
information requested using the print options below. Output
fields are positional. The output is produced in i-node
order; fields are separated by tabs. The default line
produced by ff is:
path-name i-number
With all options enabled, output fields would be:
path-name i-number size uid
The argument n in the option descriptions that follow is
used as a decimal integer (optionally signed), where +n
means more than n, -n means less than n, and n means exactly
n. A day is defined as a 24 hour period.
-I Do not print the i-node number after each path
name.
-l Generate a supplementary list of all path names
for multiply-linked files.
-p prefix The specified prefix will be added to each
generated path name. The default is . (dot).
-s Print the file size, in bytes, after each path
name.
Page 1 May 1989
FF(1M) (System Administration Utilities) FF(1M)
-u Print the owner's login name after each path
name.
-a n Select if the i-node has been accessed in n
days.
-m n Select if the i-node has been modified in n
days.
-c n Select if the i-node has been changed in n
days.
-n file Select if the i-node has been modified more
recently than the argument file.
-i i-node-list
Generate names for only those i-nodes specified
in i-node-list.
SEE ALSO
ncheck(1M).
find(1) in the User's Reference Manual.
BUGS
If the -l option is not specified, only a single path name
out of all possible ones is generated for a multiply-linked
i-node. If -l is specified, all possible names for every
linked file on the file system are included in the output.
However, no selection criteria apply to the names generated.
Page 2 May 1989