tar命令报错:gzip: stdin: not in gzip format

it2024-02-23  69

tar命令报错:gzip: stdin: not in gzip format; tar: Child returned status 1; tar: Error is not recoverable: exiting now

原因是由于参数命令错误导致。 详细的tar参数命令如下:

bz2格式用j

gz格式用z

c是创建

x是解压缩

v是详细信息

f是指定文件

最新回复(0)