1. 程式人生 > >centos上解壓檔案報錯:tar: Error is not recoverable: exiting now

centos上解壓檔案報錯:tar: Error is not recoverable: exiting now

例如解壓檔案命令為:

tar -zxvf hadoop-2.6.2.tar.gz

解壓時錯誤資訊為: 

gzip: stdin: unexpected end of file

tar: Unexpected EOF in archive
tar: Unexpected EOF in archive

tar: Error is not recoverable: exiting now

解決辦法:

執行命令:

tar -xvf hadoop-2.6.2.tar.gz(去掉引數 “z” 即可。)