Logo Background

CPIO Command

  • The Oracle installer file usually came in .cpio extension.

    Before you start your installation, you need to extract the installer file out.

    To achieve this, simply use the command as below to extract out the files from .cpio

    cpio -cidvm < <cpio_filename>
Leave a Comment