PATHCHK.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:
操作系统开发
开发平台:
C/C++
- .TH PATHCHK 1
- .SH NAME
- pathchk - check pathname
- .SH SYNOPSIS
- fBpathchk [fB-pfR] fIpathfR ...fR
- .br
- .de FL
- .TP
- \fB\$1\fR
- \$2
- ..
- .de EX
- .TP 20
- \fB\$1\fR
- # \$2
- ..
- .SH OPTIONS
- .FL "-p" "Check against POSIX rules"
- .SH EXAMPLES
- .EX "pathchk /usr/src/file.c" "Check the accessibility of fIfile.cfP"
- .EX "pathchk -p file" "Check posix compliance of fIfilefR"
- .SH DESCRIPTION
- .PP
- .I Pathchk
- 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 fB-pfR flag is specified, the POSIX
- rules apply instead of the rules of the current file system.