PATHCHK.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:
操作系统开发
开发平台:
C/C++
- PATHCHK(1) Minix Programmer's Manual PATHCHK(1)
- NAME
- pathchk - check pathname
- SYNOPSIS
- pathchk [-p] path ...
- OPTIONS
- -p Check against POSIX rules
- EXAMPLES
- pathchk /usr/src/file.c
- # Check the accessibility of file.c
- pathchk -p file # Check posix compliance of file
- DESCRIPTION
- 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 -p flag is specified, the
- POSIX rules apply instead of the rules of the current file system.
- 1