Home / CSE / Unix :: Discussion

Discussion :: Unix

  1. Which command is used to copy a file wb with the same name from the programs directory to the misc directory?

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

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment