mkdir - ディレクトリを作成する
作成日時:2018/04/01
更新日時:2018/04/01
スポンサーリンク
書式
mkdir [OPTION]... DIRECTORY...
オプション一覧
パラメータ | 引数 | 説明 |
---|---|---|
-m, --mode=MODE | - | set file mode (as in chmod), not a=rwx - umask |
-p, --parents | - | no error if existing, make parent directories as needed |
-v, --verbose | - | print a message for each created directory |
-Z, --context=CTX | - | set the SELinux security context of each created directory to CTX |
--help | - | ヘルプを表示する |
--help | - | バージョン情報を表示する |