Home / Computer Science / Unix & Linux Basics :: Discussion

Discussion :: Unix & Linux Basics

  1. Which command is used to copy the three files wb, collect and mon into the misc directory, under the same, when you were currently in the programs directory?

  2. A.

     copy wb ../misc collect ../misc mon ../misc

    B.

     cp wb collect mon ../misc

    C.

     copy wb collect mon /misc

    D.

     tar wb collect mon /misc

    E.

     None of the above

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    Explanation Not Provided


Be The First To Comment