Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ff_ufs(1m) [opensolaris man page]

ff_ufs(1M)						  System Administration Commands						ff_ufs(1M)

NAME
ff_ufs - list file names and statistics for a ufs file system SYNOPSIS
ff -F ufs [generic_options] [-o a,m,s] special... DESCRIPTION
ff prints the pathnames and inode numbers of files in the file system which resides on the special device special. See ff(1M) for information regarding the ff command. See OPTIONS for information regarding the ufs-specific options. OPTIONS
The following options are supported: -o Specify ufs file system specific options. The following options available are: a Print the `.' and `..' directory entries. m Print mode information. This option must be specified in conjunction with the -i i-node-list option (see ff(1M)). s Print only special files and files with set-user-ID mode. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ SEE ALSO
find(1), ff(1M), ncheck(1M), attributes(5) SunOS 5.11 10 Feb 1997 ff_ufs(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