ncheck(1M) ncheck(1M)NAME ncheck - locate the filename associated with an i-node SYNOPSIS /etc/ncheck [-a] [-i i-node-numbers] [-s] [-Tfile-system- type] [file-system] DESCRIPTION ncheck with no argument generates a pathname and i-node list of all files on a set of default file systems. Names of directory files are followed by /.. The -i option reduces the report to only those files whose i-nodes follow. The -a option allows printing of the names . and .., which are or- dinarily suppressed. The -s option reduces the report to special files and files with set-user-ID mode; it is intend- ed to discover concealed violations of security policy. The -T flag option indicates the file-system type, for exam- ple, 4.2 or 5.2. If this option is not present, ncheck at- tempts to determine the file-sytem type. A file system may be specified. EXAMPLE ncheck /dev/rdsk/c0d0s0 reports the pathnames and i-nodes of files on the specified device. BUGS The report is in no useful order and probably should be sorted. FILES /etc/ncheck SEE ALSO fs(4), fsck(1M), sort(1). DIAGNOSTICS When the file-system structure is improper, ?? denotes the ``parent'' of a parentless file, and a pathname beginning with ... denotes a loop. April, 1990 1