2011-03-16 01:37 LINUX:解压问题tar: Child returned status 1解压某个文件时#tar -zxvf xxxxx.tar.gz出现下面的错误提示:gzip: stdin: not in gzip formattar: Child returned status 1tar: Error exit delayed from previous errorsYou used "tar -zxvf" for the second command. the 'z' option tells tar to use gzip to uncompress the file. Since you already uncompressed it in the first command, gzip doesn't know what to do with it, and it consequently croaks. Tar stops because gzip encountered a problem. So, with the file you have now, you would extract it with:tar -xvf xxxxxx.x.x.tarI would go back and re-gzip the tar file though (to save space):gzip xxxxxx.x.x.tartar -zxvf xxxxxx.x.x.tar.gz想刨根问底的可以查下他的意思,在看下TAR 指令的用法,。总之:我出现这个错误时,就是把指令改为:tar -xvf xxxx.tar.gz然后指令就运行了。。若此法不管用,只能再想别的方法了

 

 

http://hi.baidu.com/beidadengwo/item/42b0a4810ad2b35926ebd98a

GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e added ecosystem file for PM2 4 年前
5def40a3 Add host customization support for the NodeJS version 4 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐