mkdir

mkdir

美 [mk'd?r]  英 [mk'd??r]

  • v.建目錄
  • 網絡創建目錄;建立目錄;新建目錄

英漢解釋

v.
1.
建目錄

例句

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操作createlookuplinkmkdir等等)。

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