Uncompress a CPIO Archive
Create a directory to hold the files:
# mkdir output
# cd output
Move the archive into the newly created directory:
# mv <cpio_archive> output/
Uncompress the archive:
# cpio -idv < <cpio_archive>
Written by Damian Tommasino
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Linux
Authors
Related Tags
#linux
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#