Cpio

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Sample files)
m (Change telparia.com samples link to template)
 
(One intermediate revision by one user not shown)
Line 40: Line 40:
 
== Sample files ==
 
== Sample files ==
 
* http://ftp.gnu.org/gnu/tar/tar-1.27.cpio.gz
 
* http://ftp.gnu.org/gnu/tar/tar-1.27.cpio.gz
* https://telparia.com/fileFormatSamples/archive/cpio/
+
* {{DexvertSamples|archive/cpio}}
 +
* [https://www.clamav.net/downloads ClamAV Download] → [https://www.clamav.net/downloads/production/clamav-0.103.8.tar.gz 0.103.8 Source] → test/.split → split.clam.*.cpio??
  
 
== Other links ==
 
== Other links ==

Latest revision as of 02:55, 28 December 2023

File Format
Name cpio
Ontology
Extension(s) .cpio
MIME Type(s) application/x-cpio
PRONOM fmt/635


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.

Contents

[edit] Examples

To extract files, using the command line utility:

 $ cpio -idmv -I example.cpio

To list files:

 $ cpio -it -I example.cpio

[edit] Identification

A cpio archive begins with one of the following signatures:

  • 0x71 0xC7
  • 0xC7 0x71
  • '0' '7' '0' '7'

Be aware that there are afio extensions to cpio format that are not supported by most cpio utilities. For one thing, if most of the filenames end in ".z", it's probably a compressed afio archive.

[edit] Specifications

[edit] Software

[edit] Sample files

[edit] Other links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox