pathchk.1
来自「Unix操作系统minix 2.0源码」· 1 代码 · 共 60 行
1
60 行
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
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?