您的位置:首页 > 其它

解压缩报错tar: Error is not recoverable: exiting now

2018-01-29 10:50 375 查看


解压缩报错tar: Error is not recoverable: exiting now

[root@Gris-11140 FMIS2600bak]# tar -zxvf /home/oradata/FMIS2600DMP.tar.gz
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
解决方法:
去掉z参数,使用 tar -xvf 解压正常
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息