pathchk.1
来自「Unix操作系统minix 2.0源码」· 1 代码 · 共 29 行
1
29 行
.TH PATHCHK 1.SH NAMEpathchk \- check pathname.SH SYNOPSIS\fBpathchk [\fB\-p\fR] \fIpath\fR ...\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.c\fP".EX "pathchk \-p file" "Check posix compliance of \fIfile\fR".SH DESCRIPTION.PP.I Pathchkverifies path names and display error if paths are too long, contain namesthat are too long, go thru a non-searchable directory or contain aninvalid character in names. If the \fB\-p\fR flag is specified, the POSIXrules apply instead of the rules of the current file system.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?