72 lines
1.0 KiB
HTML
72 lines
1.0 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>pathchk(1)</TITLE>
|
|
</HEAD>
|
|
<BODY>
|
|
<H1>pathchk(1)</H1>
|
|
<HR>
|
|
<PRE>
|
|
|
|
</PRE>
|
|
<H2>NAME</H2><PRE>
|
|
pathchk - check pathname
|
|
|
|
|
|
</PRE>
|
|
<H2>SYNOPSIS</H2><PRE>
|
|
<STRONG>pathchk</STRONG> <STRONG>[-p</STRONG>] <EM>path</EM> ...
|
|
|
|
|
|
</PRE>
|
|
<H2>OPTIONS</H2><PRE>
|
|
|
|
<STRONG>-p</STRONG> Check against POSIX rules
|
|
|
|
|
|
</PRE>
|
|
<H2>EXAMPLES</H2><PRE>
|
|
|
|
<STRONG>pathchk</STRONG> <STRONG>/usr/src/file.c</STRONG>
|
|
# Check the accessibility of <EM>file</EM>.<EM>c</EM>
|
|
|
|
<STRONG>pathchk</STRONG> <STRONG>-p</STRONG> <STRONG>file</STRONG> # Check posix compliance of <EM>file</EM>
|
|
|
|
|
|
</PRE>
|
|
<H2>DESCRIPTION</H2><PRE>
|
|
|
|
<EM>Pathchk</EM> verifies path names and display error if paths are too long,
|
|
contain names that are too long, go thru a non-searchable directory or
|
|
contain an invalid character in names. If the <STRONG>-p</STRONG> flag is specified, the
|
|
POSIX rules apply instead of the rules of the current file system.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</PRE>
|
|
</BODY>
|
|
</HTML>
|