1 .tar.gz tar xzvf test.tar.gz 2 .tar tar xvf test.tar 3 .tar.bz2 bunzip2 -d test.tar.bz2 //完成后格式转换为.tar,再用tar解包