linux将目录以及子文件设置为777
chmod -R 777 /home/xxxx
压缩文件夹
tar -zcvf /home/xahot.tar.gz /xahot// 压缩命令 /路径/文件名 /被压缩的文件夹名和路径
解压缩
cd /xxxxunzip xxx.zip