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>

    Related Posts

    Previous
    Next
    » Oracle Discoverer Reporting Tools
Leave a Comment