linux下tar命令遇到error:"Error exit delayed from previous errors"的问题
用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"后,
就不会遇到那个错误了。
最后
以上就是俊逸导师最近收集整理的关于linux下tar命令遇到error:\"Error exit delayed from的全部内容,更多相关linux下tar命令遇到error:\"Error内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复