文件相关 mkdir:创建目录 touch:创建文件 rm: 删除文件 mv:移动文件 cp:拷贝文件 解压文件 zip zip: unzip: tar tar: -cvf (compress) 压缩 tar: -xvf 解压 gz tar: -zcvf tar: -zxvf