Linux的解压报错tar: Error is not recoverable: exiting now
生活随笔
收集整理的這篇文章主要介紹了
Linux的解压报错tar: Error is not recoverable: exiting now
小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
解壓縮報(bào)錯(cuò)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參數(shù),使用 tar -xvf 解壓正常
總結(jié)
以上是生活随笔為你收集整理的Linux的解压报错tar: Error is not recoverable: exiting now的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: 小康股份是做什么的 主营产品包括哪些
- 下一篇: Linux的cp -a与cp -p