首页 > 其他 > 详细

cpio -H newc参数详解

时间:2015-12-26 22:07:13      阅读:321      评论:0      收藏:0      [点我收藏+]

-H format

其中个format可以是:

bin

The obsolete binary format. (2147483647 bytes)

odc

The old (POSIX.1) portable format. (8589934591 bytes)

newc

The new (SVR4) portable format, which supports file systems having more than 65536 i-nodes. (4294967295 bytes)

 

另:

-o Create (requires -H newc)

例如: cpio -o -H newc -d

转自: http://www.gnu.org/software/cpio/manual/cpio.html 

http://unix.stackexchange.com/questions/118558/is-the-busybox-cpio-that-different-from-gnu-cpio 

cpio -H newc参数详解

原文:http://www.cnblogs.com/pinganzi/p/5079037.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!