linux poison RSS
linux poison Email

HowTo work with cpio files

To extract a cpio file:
cpio -iv <>

To list the contents of a cpio file:
cpio -itv <>

To create a .cpio file with all files in the current directory:
ls | cpio -o > cpio_file


0 comments:

Post a Comment

Related Posts with Thumbnails