Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ff_hfs(1m) [hpux man page]

ff_hfs(1M)																ff_hfs(1M)

NAME
ff_hfs: ff - list file names and statistics for HFS file system SYNOPSIS
num] num] inode-list] num] file] prefix] special ... DESCRIPTION
The command reads the i-list and directories of each special file special, assuming it to be an HFS file system, saving i-node data for files that match the selection criteria. Output consists of the path name for each saved i-node, plus any 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 contains the path name and i-number fields. With all options specified, the output fields include path name, i- number, size, and user ID. The num parameter in the options descriptions is a decimal number, where means more than num, means less than num, and num means exactly num. A day is defined as a 24-hour period. lists only a single path name out of many possible ones for an i-node with more than one link, unless you specify the option. With applies no selection criteria to the names listed. All possible names for every linked file on the file system are included in the output. On very large file systems, memory may run out before completes execution. Options and Arguments recognizes the following options and arguments: Select a file if the i-node has been accessed in num days. Select a file if the i-node has been changed in num days. Specify the HFS file system type. Generate names for any i-node specified in the inode-list. Do not display the i-node number after each path name. Generate a list of all path names for files with more than one link. Select a file associated with an i-node if it has been modified in num days. Select a file associated with an i-node if it has been modified more recently than the specified file. Add the specified prefix to each path name. The default prefix is (dot). Write the file size, in bytes, after each path name. Write the owner's login name after each path name. Echo the completed command line, but performs no other action. The command line is generated by incorporating the user-specified options and other information derived from This option allows the user to verify the command line. EXAMPLES
List the path names and i-numbers of all files in the file system Same as above, but suppress the printing of i-numbers: List files on the same file system that have been modified recently, displaying the path name, i-number, and owner's user name (the option). List only files that have been modified within the last two days (the option): List all files on the same file system, including the path name and i-number of each file, that was last accessed more than 30 days ago Find all path names associated with i-nodes and (the option): Execute the command on an HFS file system FILES
Static information about the file systems. SEE ALSO
find(1), ff(1M), ff_vxfs(1M), ncheck(1M), fstab(4). ff_hfs(1M)

Check Out this Related Man Page

ff(1M)                                                    System Administration Commands                                                    ff(1M)

NAME
ff - list file names and statistics for a file system SYNOPSIS
ff [-F FSType] [-V] [generic_options] [-o specific_options] special... DESCRIPTION
ff prints the pathnames and inode numbers of files in the file system which resides on the special device special. Other information about the files may be printed using options described below. Selection criteria may be used to instruct ff to only print information for cer- tain files. If no selection criteria are specified, information for all files considered will be printed (the default); the -i option may be used to limit files to those whose inodes are specified. Output is sorted in ascending inode number order. The default line produced by ff is: path-name i-number The maximum information the command will provide is: path-name i-number size uid OPTIONS
-F Specify the FSType on which to operate. The FSType should either be specified here or be determinable from /etc/vfstab by matching the special with an entry in the table, or by consulting /etc/default/fs. -V Echo the complete command line, but do not execute the command. The command line is generated by using the options and arguments provided by the user and adding to them information derived from /etc/vfstab. This option may be used to verify and validate the command line. generic_options Options that are supported by most FSType-specific modules of the command. The following options are available: -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. -u Print the owner's login name after each path name. -a -n Select if the file has been accessed in n days. -m -n Select if the file has been written or created in n days. -c -n Select if file's status has been changed in n days. -n file Select if the file 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. i-node-list is a list of numbers separated by commas (with no intervening spaces). -o Specify FSType-specific options in a comma separated (without spaces) list of suboptions and keyword-attribute pairs for interpretation by the FSType-specific module of the command. OPERANDS
special A special device. USAGE
See largefile(5) for the description of the behavior of ff when encountering files greater than or equal to 2 Gbyte ( 2**31 bytes). FILES
/etc/default/fs default local file system type. Default values can be set for the following flags in /etc/default/fs. For example: LOCAL=ufs LOCAL The default partition for a command if no FSType is specified. /etc/vfstab list of default parameters for each file system ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ SEE ALSO
find(1), ncheck(1M), stat(2), vfstab(4), attributes(5), largefile(5) Manual pages for the FSType-specific modules of ff. NOTES
This command may not be supported for all FSTypes. The -a, -m, and -c flags examine the st_atime, st_mtime, and st_ctime fields of the stat structure respectively. (See stat(2).) SunOS 5.10 10 Feb 1997 ff(1M)
Man Page