tar解压出错

现象

 

# 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 


 




 

posted on 2013-08-30 17:46  you Richer  阅读(317)  评论(0编辑  收藏  举报