MKDIR:创建目录
“MaKe a DIRectory”经常缩写成MKDIR,以便快捷书写、使用。
常见于计算机领域 ,和DOS命令相关。中文意思为:“创建目录”。
MaKe a DIRectory具体释义
- 英文缩写:MKDIR
- 英语全称: MaKe a DIRectory
- 英语发音:
- 美式英语发音:
- 英式英语发音:
- 中文意思:创建目录
- 中文拼音:chuàng jiàn mù lù
- 常用领域:计算机
- 相关:DOS命令
英文缩写词MKDIR的例句
- Make a directory named JNDI-Directory on the C : drive for storing JNDI objects.
- 在C:驱动器上建一个名为JNDI-Directory的目录以存储JNDI对象。
- To store JNDI objects, make a directory named JNDI-Directory on your C : drive.
- 为了保存JNDI对象,请在驱动器C:上创建名为JNDI-Directory的目录。
- To make a directory private, you enable rights for yourself but retract the rights for a group and others
- 要让一个目录成为私有的,可以为自己设置权限,而撤销组和其他用户的权限
- In order to make a directory search facility successful it is necessary to return a relevant set of results, otherwise it will be short lived and fail to provide what the searcher is looking for.
- 为了使目录搜索工具成功返回相关的结果,是必要的,否则这将是短暂的,未能提供搜寻者正在寻找什么。
- The above statement basically reads, " Make a directory and, if it completes successfully, also run the command. " In essence, only do the second command if the first completes correctly.
- 上面的语句基本上就是这个意思创建目录(MKDIR),如果成功完成,则运行目录。实际上,只有第一个成功完成,才会执行第二个命令。