tar -xvJf .tar.xz //解压.tar.xz tar -xvf .tar //解压.tartar -zxvf .tar.gz //解压.tar.gztar -czf .tar.gz *.* //压缩