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

Discussion :: Unix & Linux Basics

  1. Which command is used to move all files to the bin sub-directory of the parent directory?

  2. A.

     mv *.* /bin/

    B.

     mv * /bin/*

    C.

     mv * ../bin

    D.

     mv * ../bin *.*

    E.

     None of the above

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    Explanation Not Provided


Be The First To Comment