[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 解压正常

相关文章:

  • 2022-02-01
  • 2022-01-19
  • 2022-12-23
  • 2021-07-08
  • 2021-07-29
猜你喜欢
  • 2022-02-03
  • 2021-10-08
  • 2021-05-25
  • 2022-12-23
相关资源
相似解决方案