前言 解压 .tar 格式的压缩文件报错。 报错信息 [root@dx-hadoop41 ~]# tar -zxvf presto.tar gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now 解决方法 tar -xvf presto.tar