码迷,mamicode.com
首页 > 其他好文 > 详细

tar解压错误

时间:2014-09-23 18:58:25      阅读:230      评论:0      收藏:0      [点我收藏+]

标签:http   io   os   ar   div   sp   c   html   ad   

# tar -zxvf aaa.tar.gz 
 
tar: This does not look like a tar archive
 
tar: Skipping to next header
 
tar: Error exit delayed from previous errors
 
解决办法
 
# gzip -d  aaa.tar.gz
 
# tar -zxvf aaa.tar
 
references:
http://www.2cto.com/os/201309/240747.html

tar解压错误

标签:http   io   os   ar   div   sp   c   html   ad   

原文地址:http://www.cnblogs.com/foohack/p/3988966.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!