摘要:
###mkdir (make directory) 创建文件夹 解释:Create the DIRECTORY(ies), if they do not already exist。(创建不存在的文件夹,如果存在则创建失败) mkdir 文件夹名称 创建单个文件夹 mkdir {文件夹1,文件夹2, 阅读全文
摘要:
###ls List information about the FILEs (the current directory by default) 列举文件信息,默认当前文件夹 -l 列举文件或者目录的详细信息 -a 列举出所有文件或者目录信息,包扩以.开头的文件或者文件夹。 -h 以人类可读的文件 阅读全文