|
|
发表于 2004-5-29 13:35:24
|
显示全部楼层
[root@kong src]# tar -xzvf linux-2.4.18.tar.gz.sign
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error exit delayed from previous errors
直接tar不行
直接改了名后
[root@kong src]# tar -xzvf linux-2.4.18.tar.gz
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error exit delayed from previous errors
还是不行 |
|