LAB5-CP5-Q1
tar create/extract
Checkpoint 5: tar Archives
5 pts
tar -czvf backup.tar.gz *.txt. Then tar -xzvf to extract.
Exam questions that reference this lab question
- CSCD240-E1-A-Q30 directly_tests Create gzip-compressed tarball backup.tar.gz of all .txt files in pwd.
- CSCD240-E1-B-Q50 directly_tests Create gzip-compressed tarball evidence.tar.gz of every .log in /var/log/.
- CSCD240-E1-C-Q31 directly_tests Create gzipped tarball ir-evidence.tar.gz of every .log in /var/log/.