1.tar压缩:
tar vczf test.tar.gz test ---> tar [参数] [结果.tar.gz] [目标]
2.tar解压
tar xvzf test.tar.gz ---> tar [参数] [压缩包]