this name makes an effective root directory to work off of, so go to your home directory and issue a mkdir mydroid command.
该名称生成了一个有效的根目录,因此回到您的主目录并发出mkdirmydroid命令。
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 are working to create a new directory, and suddenly, the popular mkdir command returns an error.
您正在创建一个新目录,突然,流行的mkdir命令返回一个错误。
the md or mkdir commands create new folders.
md和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选项并在单个命令中创建所有父目录及其子目录要容易得多。
mkdir creates a fully populated directory, while rmdir removes it with all contained files.
mkdir创建一个完整的目录,而rmdir 则删除这个目录及其中包含的所有文件。
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 的包装
you can check the $? variable after mkdir and then email the output, as shown in listing 11.
可以在mkdir之后检查 $? ,然后通过电子邮件发送输出,如清单11中所示。
use the appropriate command to properly identify the shared libraries mkdir calls externally.
使用适当的命令正确识别外部共享库mkdir 的调用。
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实现不支持此选项,但是在大多数系统上不再是这样了。
you've probably used the mkdir tool numerous times.
您可能已经使用过mkdir工具无数次了。
the mkdir command only operates within the system folders of the current installation of windows, removable media, the root folder of any hard disk partition, or the local installation sources.
mkdir命令仅在当前windows安装的系统文件夹中、可移动媒体中、任何硬盘分区的根文件夹中或本地安装源中有效。
you have now found shared libraries dynamically linked to the mkdir command.
现在您已经找到动态链接到mkdir命令的共享库。
locate the caching directory on your linux computer, and use the appropriate command to find a library that mkdir needs.
查找linux计算机上的缓存目录,使用适当的命令查找mkdir所需的库。
if your printer is on lpt0 (what dos calls lpt1), you may only need to go to /var/spool/output and (as root) create the directory lpd by typing: mkdir lpd, if it does not already exist.
如果你的打印机是lpt0(dos称为lpt1),你可能只需要去/var/spool/output目录,如果lpd不存在,就作为root用户使用mkdirlpd创建一个名为lpd的目录。
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选项,以创建希望使用的目录的完整路径
commonly used linux executables such as mkdir typically use a common path that your linux distribution sets.
常用的linux可执行文件,如mkdir,通常使用linux分布设置的通用路径。
begin by making a directory to hold the extension directories and code, such as mkdir ~/calendarencrypt.
首先,创建一个保存扩展目录和代码的目录,比如mkdir ~/calendarencrypt。