ff(1M_VXFS) (VXFS) ff(1M_VXFS)
NAME
ff (vxfs) - list filenames and inode information for a vxfs
file system
SYNOPSIS
ff [-F vxfs] [generic_options] [-I] [-l] [-p prefix] [-s] [-u]
[-a n] [-m n] [-c n] [-n file] [-i inode_list] [-o s] special . . .
DESCRIPTION
ff lists filenames and inode information for a file system.
generic_options are options supported by the generic ff
command.
ff reads the inode list and directories of the special file,
assuming it is a vxfs file system. Inode data is saved for
files that match all the selection criteria. Output consists
of the pathname for each saved inode, plus other file
information requested using the print options below. Output
fields are positional. The output is produced in inode order;
fields are separated by tabs. The default line produced by ff
is:
pathname inumber
The pathname is preceded by a . (dot) unless the -p option is
specified.
The maximum information the command will provide is:
pathname inumber size owner
The argument n in the following option descriptions 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.
The options are:
-F vxfs Specify the vxfs FSType.
-I Do not print the inode number after each pathname.
-l Generate a supplementary list of all pathnames for
multiply-linked files.
Copyright 1994 Novell, Inc. Page 1
ff(1M_VXFS) (VXFS) ff(1M_VXFS)
-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.
-a n Select if the inode has been accessed in n days.
-m n Select if the inode has been modified in n days.
-c n Select if the inode has been changed in n days.
-n file Select if the inode has been modified more
recently than the argument file.
-i inode_list
Generate names for only those inodes specified in
inode_list. inode_list is a list of numbers
separated by commas and without spaces.
-o Specify vxfs file system specific options. The
following option is available:
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 pathnames is generated for a multiply-linked
inode. If -l is specified, a supplementary list of all
possible names for the selected file(s) is generated. This
supplementary list is also sorted in inode order, separate
from the initial output.
ff prints summary information to standard error output, in
addition to the report sent to standard output.
REFERENCES
generic ff(1M), find(1), vxfs-specific fs(4VXFS), generic
ncheck(1M)
Copyright 1994 Novell, Inc. Page 2