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

操作系统开发

开发平台:

C/C++

  1. PATHCHK(1)                Minix Programmer's Manual                 PATHCHK(1)
  2. NAME
  3.      pathchk - check pathname
  4. SYNOPSIS
  5.      pathchk [-p] path ...
  6. OPTIONS
  7.      -p   Check against POSIX rules
  8. EXAMPLES
  9.      pathchk /usr/src/file.c
  10.                          # Check the accessibility of file.c
  11.      pathchk -p file     # Check posix compliance of file
  12. DESCRIPTION
  13.      Pathchk verifies path names and display error  if  paths  are  too  long,
  14.      contain  names  that  are too long, go thru a non-searchable directory or
  15.      contain an invalid character in names. If the -p flag is  specified,  the
  16.      POSIX rules apply instead of the rules of the current file system.
  17.                                                                              1