1、解压文件:tar -xvzf  .tar文件; 

2、文件打包:tar -cvzf  .tar文件名  源文件或者目录;

3、查看tar目录:tar -tvzf  .tar文件;