Home / CSE / Unix :: Discussion

Discussion :: Unix

  1. Which of the following commands is used to copy a file wb from the programs directory into a file called wbx in the misc directory?

  2. A.
    copy programs/wb misc/wbx
    B.
    cp programs/wb misc/wbx
    C.
    tar programs/wb misc/wbx
    D.
    copy a:programs/wb b:misc/wbx
    E.
    None of the above

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment