gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now

2023-04-12编程技术78314

[root@Gris- FMIS2600bak]# tar -zxvf /home/oradata/FMIS2600DMP.tar.gz
gzip: stdin: not in gzip format
tar: Child returned status
tar: Error is not recoverable: exiting now

由于该文件不是压缩文件,所以会报这个错误。

使用下面的命令,查看文件格式

file /home/oradata/FMIS2600DMP.tar.gz

gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now的相关教程结束。

本文地址:https://www.ufcn.cn/tutorials/2453197.html

如非特殊说明,本站内容均来自于网友自主分享,概不代表本站观点,如有任何问题我们都将在收到反馈后的第一时间进行处理!