执行解压命令,在解压.gz或者.bz2格式的文件的文件的时候可能会出现这样的错误提示 tar -zxvf rlwrap-0.30.tar.gz 报错如下 gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now 原因: 文件压缩的过程中压缩格式不同,后来改了后缀名. 解决办法: 1.首先用 file 命令查看该文件的真实属性 [sa@cistest…