PATHCHK.1
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  1. .TH PATHCHK 1
  2. .SH NAME
  3. pathchk - check pathname
  4. .SH SYNOPSIS
  5. fBpathchk [fB-pfR] fIpathfR ...fR
  6. .br
  7. .de FL
  8. .TP
  9. \fB\$1\fR
  10. \$2
  11. ..
  12. .de EX
  13. .TP 20
  14. \fB\$1\fR
  15. # \$2
  16. ..
  17. .SH OPTIONS
  18. .FL "-p" "Check against POSIX rules"
  19. .SH EXAMPLES
  20. .EX "pathchk /usr/src/file.c" "Check the accessibility of fIfile.cfP"
  21. .EX "pathchk -p file" "Check posix compliance of fIfilefR"
  22. .SH DESCRIPTION
  23. .PP
  24. .I Pathchk
  25. verifies path names and display error if paths are too long, contain names
  26. that are too long, go thru a non-searchable directory or contain an
  27. invalid character in names. If the fB-pfR flag is specified, the POSIX
  28. rules apply instead of the rules of the current file system.