mkdir
美 [mk'd?r]
英 [mk'd??r] 
英漢解釋
例句
mkdir -p creates the Flitter directory and all intermediate directories that are missing along the absolute path.
mkdir-p創建Flitter目錄和所有絕對路徑上缺少的中間目錄。
You can check the $? variable after mkdir and then email the output, as shown in Listing 11.
可以在mkdir之后檢查$?,然后通過電子郵件發送輸出,如清單11中所示。
These nodes are meant for lightweight tasks like custom calculations, FileSystem move, mkdir, delete.
這些節點是為輕量級的任務所用的,像自定義計算,文件系統的移動、創建目錄、刪除等等。
Let's make our own directory called hello_world (mkdir hello_world) in which to store our scripts.
讓我們在這個目錄中建立一個自己的目錄hello_world(mkdirhello_world)來存放腳本。
Use the appropriate command to properly identify the shared libraries mkdir calls externally.
使用適當的命令正確識別外部共享庫mkdir的調用。
Locate the caching directory on your Linux computer, and use the appropriate command to find a library that mkdir needs.
查找Linux計算機上的緩存目錄,使用適當的命令查找mkdir所需的庫。
You are working to create a new directory, and suddenly, the popular mkdir command returns an error.
您正在創建一個新目錄,突然,流行的mkdir命令返回一個錯誤。
It is so much quicker to use the -p option to mkdir and make all parent directories along with their children in a single command.
使用mkdir的-p選項并在單個命令中創建所有父目錄及其子目錄要容易得多。
You've probably used the mkdir tool numerous times.
您可能已經使用過mkdir工具無數次了。
Create a directory named conference using the mkdir command.
使用mkdir命令創建一個名為conference的目錄。
Commonly used Linux executables such as mkdir typically use a common path that your Linux distribution sets.
常用的Linux可執行文件,如mkdir,通常使用Linux分布設置的通用路徑。
This name makes an effective root directory to work off of, so go to your home directory and issue a mkdir mydroid command.
該名稱生成了一個有效的根目錄,因此回到您的主目錄并發出mkdirmydroid命令。
You have now found shared libraries dynamically linked to the mkdir command.
現在您已經找到動態鏈接到mkdir命令的共享庫。
There is also a reference to inode-specific operations (create, lookup, link, mkdir, and so on).
inode還引用特定于inode的操作(create、lookup、link和mkdir等等)。
The mkdir system call creates the context, and the user process can subsequently open the associated files inside that directory.
mkdir系統調用用來創建這個上下文,用戶進程然后可以打開這個目錄中相關的文件。
Open the command prompt, create a new folder called mkdir roo_dev_demo, and fire the roo-dev command.
打開命令提示符,創建一個名為mkdirroo_dev_demo的新文件夾,并觸發roo-dev命令。
To ensure that the directories are created, use the -p option for mkdir to create the entire path of the directory you want to use
為了確保創建目錄,請為mkdir使用-p選項,以創建希望使用的目錄的完整路徑
Mkdir path Create remote directory
建立遠程目錄
Create a directory for the test cases: mkdir fvt
為測試案例創建目錄:mkdirfvt