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