<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="Cpio - Page 6 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=Cpio&amp;p=5">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Cpio&amp;p=7">3.Next</a>
</p>
<p>program.</p>

<p>The resulting cpio archive is a sequence of files and directories concatenated into a single archive, separated by header sections with file meta information, such as filename, inode number, ownership, permissions, and timestamps. By convention, the file name of an archive is usually given the file extension cpio.</p>

<p>This example uses the find utility to generate a list of path names starting in the current directory to create an archive of the directory tree:<syntaxhighlight lang="console">$ find . -depth -print | cpio -o > /path/archive.cpio</syntaxhighlight></p><p>
<a accesskey="1" href="page.php?w=Cpio&amp;p=5">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Cpio&amp;p=7">3.Next</a>
</p>

<do type="prev" label="Search">
        <go href="search.wml"/>
</do>

</card>
</wml>
