首页 > 其他 > 详细

mkdir 命令

时间:2019-09-13 00:28:17      阅读:112      评论:0      收藏:0      [点我收藏+]
NAME
       mkdir - make directories

SYNOPSIS
       mkdir [OPTION]... DIRECTORY...

DESCRIPTION
       Create the DIRECTORY(ies), if they do not already exist.

       Mandatory arguments to long options are mandatory for short options too.

       -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

       --help display this help and exit

       --version
              output version information and exit
示例:
技术分享图片

 

mkdir 命令

原文:https://www.cnblogs.com/imcati/p/11515637.html

(1)
(1)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!