mkdir /tftpboot, mkdir /tftpboot/rpm。
mkdir /tftpboot, mkdir /tftpboot/rpm.
There is also a reference to inode-specific operations (create, lookup, link, mkdir, and so on).
inode还引用特定于inode的操作(create、lookup、link和mkdir等等)。
User commands (env, ls, echo, mkdir, tty).
用户命令env、ls、echo、mkdir、tty。
These nodes are meant for lightweight tasks like custom calculations, FileSystem move, mkdir, delete.
这些节点是为轻量级的任务所用的,像自定义计算,文件系统的移动、创建目录、删除等等。
System calls or kernel functions (link, sethostname, mkdir).
系统调用或内核函数(link、sethostname、mkdir)。
The mkdir system call creates the context, and the user process can subsequently open the associated files inside that directory.
mkdir系统调用用来创建这个上下文,用户进程然后可以打开这个目录中相关的文件。
If the mkdir fails, the script dies with an appropriate error message.
如果mkdir失败,则该脚本终止并显示适当的错误消息。
This is — as you might expect — an exception handler, which will now catch the E739 error that is thrown if mkdir is unable to create the requested directory.
这就是——如您所期待的——一个异常处理器,它现在将会捕捉如果mkdir不能创建请求的目录而被抛出的E739错误。
Let's make our own directory called hello_world (mkdir hello_world) in which to store our scripts.
让我们在这个目录中建立一个自己的目录hello_world (mkdir hello_world)来存放脚本。
In the past, the only excuse to define directories individually was that your mkdir implementation did not support this option, but this is no longer true on most systems.
过去,单独定义目录的唯一借口是您的mkdir实现不支持此选项,但是在大多数系统上不再是这样了。
The mkdir function in the new mounted filesystem creates the following directories.
新安装的文件系统的mkdir命令建立了以下目录。
You are working to create a new directory, and suddenly, the popular mkdir command returns an error.
您正在创建一个新目录,突然,流行的mkdir命令返回一个错误。
In that case, EnsureDirExists continues to execute, and attempts to call mkdir .
在这种情况下,EnsureDirExists继续执行,并试着调用mkdir 。
When the file system gets mounted, it is initially empty, and the only valid operation in its root directory is to create new directories with the mkdir system call.
当文件系统挂载到系统中之后,它最初是空的,在其根目录中唯一有效的操作就是使用mkdir 系统调用创建一个新的目录。
This name makes an effective root directory to work off of, so go to your home directory and issue a mkdir mydroid command.
该名称生成了一个有效的根目录,因此回到您的主目录并发出mkdirmydroid命令。
Commonly used Linux executables such as mkdir typically use a common path that your Linux distribution sets.
常用的Linux可执行文件,如mkdir,通常使用Linux分布设置的通用路径。
If not, it attempts to create the directory using Vim's built-in mkdir .
如果不存在,它就会试着使用Vim内置的mkdir创建目录。
Create a directory named conference using the mkdir command.
使用mkdir命令创建一个名为conference的目录。
Note, however, that the call to mkdir() is now inside a try...endtry construct.
然而,要注意的是,mkdir()调用现在在一个try...endtry 结构中。
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命令。
The call to Vim’s built-in mkdir() then takes this directory path and creates all the interim directories along it (as requested by the second argument, "p").
然后,对Vim 的内置mkdir() 的调用读取这个目录路径,按这个路径创建所有临时目录(按第二参数要求,"p")。
For the few systems that still lack the capability, use the mkdirhier script (see Resources), which is a wrapper for mkdir that does the same function.
对于仍然缺乏该功能的少数系统,您可以使用mkdirhier脚本(请参见参考资料),此脚本是执行相同功能的mkdir的包装。
Other commands, changing directories (CD and LCD for local), creating directories (mkdir), and sending (put) and receiving (get) files remain the same.
其他命令,如更改目录(cd,本地为lcd)、创建目录(mkdir)以及发送(put)和接收(get)文件保持不变。
You've probably used the mkdir tool numerous times.
您可能已经使用过mkdir工具无数次了。
Make project directory: mkdir gitrepo; cd gitrepo
建立项目目录:mkdirgitrepo;cd gitrepo
Make project directory: mkdir bzrrepo; CD bzrrepo.
建立项目目录:mkdirbzrrepo;cd bzrrepo。
Note that, if the mkdir call can't create the requested directory for any reason, it will produce a slightly more precise and informative error message.
要注意的是,如果mkdir调用由于某种原因不能创建请求的目录,它就会生成一个更准确,信息更丰富的错误信息。
Create a directory for the test cases: mkdir FVT.
为测试案例创建目录:mkdirfvt。
Create a directory for the test cases: mkdir FVT.
为测试案例创建目录:mkdirfvt。
应用推荐