mkdir /tftpboot, mkdir /tftpboot/rpm。
mkdir /tftpboot, mkdir /tftpboot/rpm.
User commands (env, ls, echo, mkdir, tty).
用户命令env、ls、echo、mkdir、tty。
Make project directory: mkdir gitrepo; cd gitrepo
建立项目目录:mkdir gitrepo; cd gitrepo
Create a directory for the test cases: mkdir FVT.
为测试案例创建目录:mkdir fvt。
Make project directory: mkdir bzrrepo; CD bzrrepo.
建立项目目录:mkdir bzrrepo; cd bzrrepo。
You've probably used the mkdir tool numerous times.
您可能已经使用过mkdir工具无数次了。
System calls or kernel functions (link, sethostname, mkdir).
系统调用或内核函数(link、sethostname、mkdir)。
Create a directory named conference using the mkdir command.
使用mkdir命令创建一个名为conference的目录。
If the mkdir fails, the script dies with an appropriate error message.
如果mkdir失败,则该脚本终止并显示适当的错误消息。
If not, it attempts to create the directory using Vim's built-in mkdir .
如果不存在,它就会试着使用Vim内置的mkdir创建目录。
Our examples show mkdir in sections 1 and 2, and tty in sections 1 and 4.
在我们的例子中,mkdir出现在章节1和2中,而tty出现在章节1和4中。
Note, however, that the call to mkdir() is now inside a try...endtry construct.
然而,要注意的是,mkdir() 调用现在在一个 try...endtry 结构中。
In that case, EnsureDirExists continues to execute, and attempts to call mkdir .
在这种情况下,EnsureDirExists继续执行,并试着调用mkdir 。
The mkdir function in the new mounted filesystem creates the following directories.
新安装的文件系统的mkdir命令建立了以下目录。
For example, if you call mkdir with a path that names an existing file or directory.
例如,如果使用指定现有文件或目录的路径调用mkdir 。
Mkdir creates a fully populated directory, while rmdir removes it with all contained files.
mkdir创建一个完整的目录,而rmdir则删除这个目录及其中包含的所有文件。
There is also a reference to inode-specific operations (create, lookup, link, mkdir, and so on).
inode还引用特定于inode的操作(create、lookup、link和mkdir等等)。
Let's make our own directory called hello_world (mkdir hello_world) in which to store our scripts.
让我们在这个目录中建立一个自己的目录hello_world (mkdir hello_world)来存放脚本。
You are working to create a new directory, and suddenly, the popular mkdir command returns an error.
您正在创建一个新目录,突然,流行的mkdir命令返回一个错误。
Open the command prompt, create a new folder called mkdir roo_dev_demo, and fire the roo-dev command.
打开命令提示符,创建一个名为mkdir roo_dev_demo的新文件夹,并触发roo - dev命令。
These nodes are meant for lightweight tasks like custom calculations, FileSystem move, mkdir, delete.
这些节点是为轻量级的任务所用的,像自定义计算,文件系统的移动、创建目录、删除等等。
Commonly used Linux executables such as mkdir typically use a common path that your Linux distribution sets.
常用的Linux可执行文件,如mkdir,通常使用Linux分布设置的通用路径。
Mkdir -p creates the Flitter directory and all intermediate directories that are missing along the absolute path.
mkdir - p创建Flitter目录和所有绝对路径上缺少的中间目录。
This name makes an effective root directory to work off of, so go to your home directory and issue a mkdir mydroid command.
该名称生成了一个有效的根目录,因此回到您的主目录并发出mkdir mydroid命令。
Locate the caching directory on your Linux computer, and use the appropriate command to find a library that mkdir needs.
查找Linux计算机上的缓存目录,使用适当的命令查找mkdir所需的库。
The mkdir system call creates the context, and the user process can subsequently open the associated files inside that directory.
mkdir系统调用用来创建这个上下文,用户进程然后可以打开这个目录中相关的文件。
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 -p creates the named directory, including any intermediate directories that need to be created; and CD changes to the new directory.
mkdir - p创建指定目录,包括任何需要创建的中间目录;cd命令则切换到新目录。
You can specify a particular section, for example, man 4 tty or man 2 mkdir, or you can specify the -a option to list all applicable manual sections.
您可以指定一个特定的章节,例如,man 4 tty或man 2 mkdir,或者可以指定- a选项来列出所有合适的手册章节。