- Removing redundant information
 
- A log file
 
- tar cjf documents.tbz Documents
 
- -c
 
- tar tzf foo.tar.gz
 
tar cvjf foo.tbz a b c, what are a, b, and c?- Matching operators; anything starting with a, b, or c will be added
 
- unzip l documents.zip
 
- gzip
 - zip
 - bzip2
 
tar czf foo.tar.gz bar, what is the purpose of the f flag?- Tells tar to print the name of each file as it is processed
 
- updatedb
 
0 comments:
Posting Komentar