MKDIR
n. 建立一个新的子目录(DOS 命令)
例句
mkdir /tftpboot, mkdir /tftpboot/rpm。
mkdir /tftpboot, mkdir /tftpboot/rpm.
Make project directory: mkdir gitrepo; cd gitrepo
建立项目目录:mkdir gitrepo; cd gitrepo
Create a directory for the test cases: mkdir FVT.
为测试案例创建目录:mkdir fvt。