Manual Page Result
0
Command: vncheck | Section: 8 | Source: Digital UNIX | File: vncheck.8.gz
vncheck(8) System Manager's Manual vncheck(8)
NAME
vncheck - lists i-number and path name for all files in a fileset
SYNOPSIS
/usr/sbin/vncheck [-i numbers] [-asm] domain#set ...
Specifies one or more filesets. You must specify a fileset by entering
the name of the file domain, a pound-sign (#) character, and the name
of the fileset.
FLAGS
Includes in the list the path names . (dot) and .. (dot dot), which are
ordinarily suppressed. Lists only those files with the specified i-
numbers (tags). Includes in the list the mode, UID, and GID of the
files. To use this flag you must also specify either the -i or the -s
flag on the command line. Lists only the special files and files with
set-user-ID mode.
DESCRIPTION
Operations supported by the vncheck command are also supported by the
ncheck command. See The vncheck command is supported only for backward
compatibility with operating system versions earlier than DIGITAL UNIX
Version 4.0 and will be retired in a future release of the product.
The vncheck command with no flags generates a list of all files on
every specified fileset. The list includes the path name and the cor-
responding i-number (tag) of each file. Each directory file name in
the list is followed by a /. (slash dot). Use the available flags to
customize the list to include or exclude specific types of files.
To uncover concealed violations of security policy, that is, the inap-
propriate use of the set-user-ID mode, issue the command with the -s
flag to list only special files and files with set-user-ID mode.
The files are listed in order by i-number. To sort the list in a more
useful format, pipe the output to the sort command.
RESTRICTIONS
You must be the root user to access this command.
The vncheck command checks the /etc/fstab file for the specified domain
and fileset entry. If there is no entry in /etc/fstab for the speci-
fied domain and fileset, an error message will display indicating that
the file does not exist.
DIAGNOSTICS
When the fileset structure is improper, ?? (question mark question
mark) denotes the parent of a parentless file. A path name beginning
with ... (dot dot dot) denotes a loop.
FILES
Specifies the command path
RELATED INFORMATION
sort(1), vquot(8). delim off
vncheck(8)