Wednesday, April 21, 2010

How to unzip cpio files on IBM AIX???

I faced a lot of problems to unzip .cpio files on IBM AIX. The errors which i used to get was out of phase, the file is not proper. After doing some R&D i found that to unzip on IBM AIX used the below command.

cpio -idcmv [cpio_filename]

It has worked for me. Hope this helps to you also......