mkdir.1
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1 代码 · 共 39 行
1
39 行
.\" SCCSID: @(#)mkdir.1 8.1 9/11/90.\" SCCSID: @(#)mkdir.1 8.1 9/11/90.TH mkdir 1 .SH Namemkdir \- make a new directory.SH Syntax.B mkdir.B \-p\fIdirname...\fR.SH Description.NXR "mkdir command".NXR "directory" "creating".NXA "mkdir command" "rmdir command"The.PN mkdircommand creates specified directories in mode 777. Thedirectories are then modified by .MS umask 2 ,according to how you have set up .PN umask .Standard entries,.RB ` . ',for the directory itself, and .lg 0.BR ` .. '.lg 1for its parent, are made automatically..PPThe.PN mkdircommand requires write permission in the parent directory..SH Options.IP \-pCreate intermediate directories as required. If this option isnot specified, the full path prefix of \fIdirname\fR must alreadyexist..SH See Also.MS rm 1
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?