Benutzer-Werkzeuge

Webseiten-Werkzeuge


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: 2009/04/15 21:40 (Externe Bearbeitung)