mkdir - make directorieside
DESCRIPTION:Create the DIRECTORY(ies), if they do not already exist.spa
Mandatory arguments to long options are mandatory for orm
short options too.blog
參數:圖片
-m, --mode=MODE set file mode (as in chmod), not a=rwx - umaskci
設置文件模式(如chmod),而不是= rwx——umaskget
-p, --parents no error if existing, make parent directories as neededit
能夠是一個路徑名稱。此時若路徑中的某些目錄尚不存在,加上此選io
項後,系統將自動創建好那些尚不存在的目錄,即一次能夠創建多個目錄; form
-v, --verbose(詳細的)print a message for each created directory
爲建立的每一個目錄打印一條消息
--version output version information and exit
參數使用演示:
參數 --version
參數 -p
參數 -m --mode 指定權限:
默認建立的文件的權限是:
777-022=755=rwx rx rx
但有些時候,你須要建立文件或目錄的時候 就改變權限 這時候就要用到-m=---mode參數
參數 -v=verbose 顯示的意思