mkdir 创建目录 主要参数:-p 递归创建目录 mkdir一些使用技巧: 创建多个目录:mkdir xujun{1..10} 创建目录下的多个子目录:mkdir xujun1/{tom1,tom2} 转载于:https://blog.51cto.com/xujun1270/1932800