Provided by: manpages-zh_1.6.3.6-1_all bug

名稱

       mkdir - 建立目錄

概述

       mkdir [選項]... 目錄列表...

描述

       如果目錄列表中的目錄不存在,則建立之。

       必選引數對長短選項同時適用。

       -m, --mode=模式
              設定檔案模式(類似chmod),而不是 rwx 減 umask

       -p, --parents
              如果目錄已存在,不報錯,且按需建立父目錄

       -v, --verbose
              為每一個已建立的目錄列印資訊

       -Z     將每個建立的目錄的 SELinux 安全上下文設定為預設型別

       --context[=CTX]
              類似 -Z,或者如果指定了上下文,則將 SELinux 或者 SMACK 安全上下文設定為指定型別

       --help 顯示此幫助資訊並退出

       --version
              顯示版本資訊並退出

作者

       由 David MacKenzie 編寫。

報告錯誤

       GNU coreutils 的線上幫助: <https://www.gnu.org/software/coreutils/>
       請向 <https://translationproject.org/team/zh_CN.html> 報告翻譯錯誤。

版權

       Copyright  ©  2020  Free  Software  Foundation, Inc.  License GPLv3+: GNU GPL version 3 or
       later <https://gnu.org/licenses/gpl.html>.
       This is free software: you are free to change and redistribute it.  There is NO  WARRANTY,
       to the extent permitted by law.

參見

       mkdir(2)

       完整文件請見: <https://www.gnu.org/software/coreutils/mkdir>
       或者在本地使用: info '(coreutils) mkdir invocation'

       本頁面中文版由中文 man 手冊頁計劃提供。
       中文 man 手冊頁計劃:https://github.com/man-pages-zh/manpages-zh