Cpio
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Archiving |extensions={{ext|cpio}} |mimetypes={{mimetype|application/x-cpio}} }} '''cpio''' is a non-compressed file archive forma...") |
(Software) |
||
Line 5: | Line 5: | ||
|mimetypes={{mimetype|application/x-cpio}} | |mimetypes={{mimetype|application/x-cpio}} | ||
}} | }} | ||
− | |||
'''cpio''' is a non-compressed file archive format for [[Unix]]-style systems. It was originally intended for tape archiving, similar to the [[Tape Archive]] (tar) format. | '''cpio''' is a non-compressed file archive format for [[Unix]]-style systems. It was originally intended for tape archiving, similar to the [[Tape Archive]] (tar) format. | ||
== Format documentation == | == Format documentation == | ||
* [http://people.freebsd.org/~kientzle/libarchive/man/cpio.5.txt Format information] | * [http://people.freebsd.org/~kientzle/libarchive/man/cpio.5.txt Format information] | ||
+ | |||
+ | == Software == | ||
+ | * [http://www.gnu.org/software/cpio/cpio.html GNU cpio] | ||
+ | * [http://www.libarchive.org/ libarchive / bsdcpio] | ||
+ | * [http://gnuwin32.sourceforge.net/packages/cpio.htm cpio for Windows] | ||
+ | * [http://www.7-zip.org/ 7-Zip] | ||
== Other links == | == Other links == | ||
* [[Wikipedia:cpio|Wikipedia article]] | * [[Wikipedia:cpio|Wikipedia article]] | ||
* [http://www.freebsd.org/cgi/man.cgi?cpio Man page] | * [http://www.freebsd.org/cgi/man.cgi?cpio Man page] | ||
− | |||
* [http://rightsock.com/~kjw/Ramblings/tar_v_cpio.html tar vs. cpio] | * [http://rightsock.com/~kjw/Ramblings/tar_v_cpio.html tar vs. cpio] | ||
− |
Revision as of 14:17, 15 December 2013
cpio is a non-compressed file archive format for Unix-style systems. It was originally intended for tape archiving, similar to the Tape Archive (tar) format.