Home / CSE MCQs / Linux MCQs :: Discussion

Discussion :: Linux MCQs

  1. How do you add (append) a file "file1? to the example.tar file
  2. A.
    no you cannot add a file to example.tar
    B.
    tar -cvf example.tar file1
    C.
    tar -rvf file1 example.tar
    D.
    tar -evf file1 example.tar

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    tar -rvf file1 example.tar


Be The First To Comment