Q. How do you add (append) a file “file1” to the example.tar file (Solved)
1. no you cannot add a file to example.tar
2. tar -cvf example.tar file1
3. tar -rvf file1 example.tar
4. tar -evf file1 example.tar
- c. tar -rvf file1 example.tar
1. no you cannot add a file to example.tar
2. tar -cvf example.tar file1
3. tar -rvf file1 example.tar
4. tar -evf file1 example.tar