1NCHECK(1M) NCHECK(1M)
2
3
4
6 ncheck - generate names from i-numbers
7
9 ncheck [ -i numbers ] [ -a ] [ -s ] [ filesystem ]
10
12 Ncheck with no argument generates a pathname vs. i-number list of all
13 files on a set of default file systems. Names of directory files are
14 followed by `/.'. The -i option reduces the report to only those files
15 whose i-numbers follow. The -a option allows printing of the names `.'
16 and `..', which are ordinarily suppressed. suppressed. The -s option
17 reduces the report to special files and files with set-user-ID mode; it
18 is intended to discover concealed violations of security policy.
19
20 A file system may be specified.
21
22 The report is in no useful order, and probably should be sorted.
23
25 dcheck(1), icheck(1), sort(1)
26
28 When the filesystem structure is improper, `??' denotes the `parent' of
29 a parentless file and a pathname beginning with `...' denotes a loop.
30
31
32
33 NCHECK(1M)