cpio VS tar and cp

后端 未结 3 988
说谎
说谎 2021-02-02 17:37

I just learned that cpio has three modes: copy-out, copy-in and pass-through.

I was wondering what are the advantages and disadvantages of cpio under copy-out and copy-i

3条回答
  •  我在风中等你
    2021-02-02 18:12

    TAR(1) is just as good as cpio() if not better. One can argue that it is , in fact, better than CPIO because it is ubiquitous and vetted. There's got to be a reason why we have tar balls everywhere.

提交回复
热议问题