ff(1M) — ADMINISTRATOR COMMANDS
NAME
ff (ufs) − list file names and statistics for a ufs file system
SYNOPSIS
ff [ −F ufs ] [generic_options] [ −o a,m,s ] raw_device ...
DESCRIPTION
generic_options are options supported by the generic ff command.
ff reads the i-list and directories of the raw_device, assuming it is a file system. Inode data is saved for files which match the selection criteria. Output consists of the path name 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:
path-name i-number
The options are:
−F ufs
Specifies the ufs-FSType.
−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 path name 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).
— UFS