首页 / 词典 / good

mkdir

  • 网络创建目录;建立目录;创建文件夹;创建新目录;建立新目录
mkdirmkdir
  1. You 've probably used the mkdir tool numerous times .

    您可能已经使用过mkdir工具无数次了。

  2. Create a directory named conference using the mkdir command .

    使用mkdir命令创建一个名为conference的目录。

  3. The mkdir function in the new mounted filesystem creates the following directories

    新安装的文件系统的mkdir命令建立了以下目录

  4. Use the appropriate command to properly identify the shared libraries mkdir calls externally .

    使用适当的命令正确识别外部共享库mkdir的调用。

  5. You have now found shared libraries dynamically linked to the mkdir command .

    现在您已经找到动态链接到mkdir命令的共享库。

  6. Create a directory for the test cases : mkdir fvt

    为测试案例创建目录:mkdirfvt

  7. If the mkdir fails , the script dies with an appropriate error message .

    如果mkdir失败,则该脚本终止并显示适当的错误消息。

  8. The md or mkdir commands create new folders .

    md和mkdir命令创建新文件夹。

  9. Variable after mkdir and then email the output , as shown in Listing 11 .

    ,然后通过电子邮件发送输出,如清单11中所示。

  10. Commonly used Linux executables such as mkdir typically use a common path that your Linux distribution sets .

    常用的Linux可执行文件,如mkdir,通常使用Linux分布设置的通用路径。

  11. For example , if you call mkdir () with a path that names an existing file or directory .

    例如,如果使用指定现有文件或目录的路径调用mkdir()。

  12. You are working to create a new directory , and suddenly , the popular mkdir command returns an error .

    您正在创建一个新目录,突然,流行的mkdir命令返回一个错误。

  13. These nodes are meant for lightweight tasks like custom calculations , FileSystem move , mkdir , delete .

    这些节点是为轻量级的任务所用的,像自定义计算,文件系统的移动、创建目录、删除等等。

  14. Locate the caching directory on your Linux computer , and use the appropriate command to find a library that mkdir needs .

    查找Linux计算机上的缓存目录,使用适当的命令查找mkdir所需的库。

  15. In that case , EnsureDirExists () continues to execute , and attempts to call mkdir () .

    在这种情况下,EnsureDirExists()继续执行,并试着调用mkdir()。

  16. Open the command prompt , create a new folder called mkdir roo_dev_demo , and fire the roo-dev command .

    打开命令提示符,创建一个名为mkdirroodevdemo的新文件夹,并触发roo-dev命令。

  17. Begin by making a directory to hold the extension directories and code , such as mkdir ~ / calendarEncrypt .

    首先,创建一个保存扩展目录和代码的目录,比如mkdir~/calendarEncrypt。

  18. 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选项并在单个命令中创建所有父目录及其子目录要容易得多。

  19. Mkdir / home / linpack ; cd / home / linpack ( we 'll install everything in / home ) .

    mkdir/home/linpack;cd/home/linpack(我们要将所有的东西都安装到/home中)。

  20. Let 's make our own directory called hello_world ( mkdir hello_world ) in which to store our scripts .

    让我们在这个目录中建立一个自己的目录helloworld(mkdirhelloworld)来存放脚本。

  21. There is also a reference to inode-specific operations ( create , lookup , link , mkdir , and so on ) .

    inode还引用特定于inode的操作(create、lookup、link和mkdir等等)。

  22. 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的包装

  23. 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实现不支持此选项,但是在大多数系统上不再是这样了。

  24. 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)文件保持不变。

  25. 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错误。

  26. You can specify a particular section , for example , man4 tty or man2 mkdir , or you can specify the-a option to list all applicable manual sections .

    您可以指定一个特定的章节,例如,man4tty或man2mkdir,或者可以指定-a选项来列出所有合适的手册章节。