pathchk

NAME

pathchk - check path names

SYNOPSIS

pathchk [-p] pathname ...

DESCRIPTION

The pathchk(1) utility checks the path names as specified by the pathname operand for portability problems. By default, pathchk(1) checks each component of the path name, reporting diagnostic warnings when the path name:


The options are as follows:

-p
Instead of making the checks against the underlying NTFS file system, reports on the following portability related checks against the POSIX limits, when the path name:

The pathchk(1) utility tests whether a path name could be created. It does not require pathname to exist as a file.

DIAGNOSTICS

The pathchk(1) utility exits 0 on success, and >0 if an error occurs.

SEE ALSO

test(1)