tar遇到error:"Error exit delayed from previous errors"

來源:互聯網
上載者:User

   可能碰到的問題一

  用tar命令(tar -cvfz src.tar.gz src)去壓縮一個目錄,

  遇到錯誤"Error exit delayed from previous errors"

  原因選項"f" 表示The archive file name is given on the command

  line (required whenever the tar output is going to a file),

  f後邊需要跟壓縮檔的名字。

  所以把tar命令從"tar -cvfz src.tar.gz src"改成"tar -czvf src.tar.gz src"後,

  可能碰到的問題二

  在Google搜尋了一下,出現這種問題可能有兩種情況:

  12 打包目錄中可能有的檔案沒有讀取(r)許可權;打包目錄中可能有的目錄沒有執行(x)許可權。

  找到許可權有問題的檔案或目錄並使用下面的chmod命令更改它們的許可權即可:

  12345 # 變更檔許可權chmod u+r file # 更改目錄許可權chmod-R u+xr dir

  使用權限設定完成之後,再使用tar命令打包壓縮就不會再有tar: Error exit delayed from previous errors的錯誤了。

  問題三,

  有時可能因為ftp上傳的問題讓tar函數出現錯誤提示

  ftp的傳輸方式為二進位的方式即可:

  12345 ftp 192.168.0.1# 省略登入口令和…# ftp命令模式,

  設定傳輸模式為binftp> binftp> put ~/xxx.tar.gz yyy.tar.gz

  好了關於Error exit delayed from previous errors 基本上就這幾種了大家可參考一下。

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.