c
cpio(1) | cpio(1) |
find .
can be handled more ef®ciently by:
find .
WARNINGS
Because of industry standards and interoperability goals, cpio does not support the archival of ®les larger than 2GB or ®les that have user/group IDs greater than 60K. Files with user/group IDs greater than 60K are archived and restored under the user/group ID of the current process.
Do not redirect the output of cpio to a named cpio archive ®le residing in the same directory as the original ®les belonging to that cpio archive. This can cause loss of data.
cpio strips any leading ./ characters in the list of ®lenames piped to it.
Path names are restricted to PATH_MAX characters (see <limits.h> and limits(5)). If there are too many unique linked ®les, the program runs out of memory to keep track of them. Thereafter, linking information is lost. Only users with appropriate privileges can copy special ®les.
cpio tapes written on HP machines with the
If /dev/tty is not accessible, cpio issues a complaint and exits.
The
The
The
POSIX de®nes a ®le named TRAILER!!! as an
To create a
DEPENDENCIES
If the path given to cpio contains a symbolic link as the last element, this link is traversed and pathname resolution continues. cpio uses the symbolic link's target, rather than that of the link.
SEE ALSO
ar(1), ®nd(1), tar(1), cpio(4), acl(5), environ(5), lang(5), regexp(5).
STANDARDS CONFORMANCE cpio: SVID2, SVID3, XPG2, XPG3
Section 1−120 | − 4 − |