cpio
- To extract a cpio file:
cpio -iv < cpio_file
- To list the contents of a cpio file:
cpio -itv < cpio_file
- To create a cpio file with all files in the current directory:
ls | cpio -o > cpio_file
- To extract all files from an RPM:
rpm2cpio RPM_file | cpio -idv
cpio.txt · Zuletzt geändert: von 127.0.0.1
