mkdir命令用于创建目录,常用的一些选项如下
1、创建多级目录/级联目录,一般创建目录时,要求父目录必须存在,否则会报错,不过可以通过加上-p选项解决
mkdir -p /aa/bb/cc/dd/ee
2、创建目录时,指定权限,如要创建一个drwxr-x---权限的目录
mkdir -m 750 tempdir
mkdir命令的帮助选项:
[qq_5201351@localhost ~]$ mkdir --help Usage: mkdir [OPTION]... DIRECTORY... 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 -Z set SELinux security context of each created directory to the default type --context[=CTX] like -Z, or if CTX is specified then set the SELinux or SMACK security context to CTX --help display this help and exit --version output version information and exit GNU coreutils online help: <http://www.gnu.org/software/coreutils/> For complete documentation, run: info coreutils 'mkdir invocation'
尊重别人的劳动成果 转载请务必注明出处:https://www.cnblogs.com/5201351/p/14807192.html
作者:一名卑微的IT民工
出处:https://www.cnblogs.com/5201351
本博客所有文章仅用于学习、研究和交流目的,欢迎非商业性质转载。
由于博主的水平不高,文章没有高度、深度和广度,只是凑字数,不足和错误之处在所难免,希望大家能够批评指出。
博主是利用读书、参考、引用、复制和粘贴等多种方式打造成自己的文章,请原谅博主成为一个卑微的IT民工!