ff(1M) UNIX System V(UFS) ff(1M)
NAME
ff (ufs) - list file names and statistics for a ufs file system
SYNOPSIS
ff [-F ufs] [generic_options] [-I] [-l] [-pprefix] [-s] [-u] [-an] [-mn]
[-cn] [-nfile] [-ii-node-list] [-o a,m,s] special...
DESCRIPTION
generic_options are options supported by the generic ff command.
ff reads the i-list and directories of the special file, assuming it is a
file system. Inode data is saved for files which match the selection
criteria. Output consists of the pathname for each saved inode, plus
other file information requested using the options below. Output fields
are positional. The output is produced in inode order; fields are
separated by TAB characters. The default line produced by ff is:
pathname i-number
The options are:
-F ufs Specifies the ufs-FSType.
-I Do not print the i-node number after each pathname.
-l Generate a supplementary list of all pathnames for multiply-linked
files.
-pprefix
The specified prefix will be added to each generated pathname.
The default is . (dot).
-s Print the file size, in bytes, after each pathname.
-u Print the owner's login name after each pathname.
-an Select if the i-node has been accessed in n days.
-mn Select if the i-node has been modified in n days.
-cn Select if the i-node has been changed in n days.
-nfile Select if the i-node has been modified more recently than the
argument file.
-ii-node-list
Generate names for only those i-nodes specified in i-node-list.
i-node-list is a list of numbers separated by commas and without
spaces.
10/89 Page 1
ff(1M) UNIX System V(UFS) ff(1M)
-o Specify ufs file system specific options. The options available
are:
a Print the `.' and `..' directory entries.
m Print mode information.
s Print only special files and files with set-user-ID mode.
NOTE
If the -l option is not specified, only a single pathname out of all
possible ones is generated for a multiply-linked inode. 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.
SEE ALSO
find(1), generic ff(1M), ncheck(1M)
Page 2 10/89