I need a better answer than the one that is on Chegg already and also fully answ
ID: 3860463 • Letter: I
Question
I need a better answer than the one that is on Chegg already and also fully answered on all the letters. Thnks. Write the command that can be used to perform the following: a. Compress the symbolic link /root/sfile using the compress utility and display the compression ratio. b. Compress the contents of the directory /root/dir1 using the gzip utility and display the compression ratio. c. Decompress the file /root/letter.bz2. d. Compress the file /root/letter using gzip fast compression. e. Find the compression ratio of the file /root/letter.gz. f. Perform a test compression of the file /root/sample using the bzip2 utility. g. Compress the file /root/sample using the bzip2 utility while minimizing memory usage during the compression .
Explanation / Answer
a. compress -v /root/sfile
b. gzip -l /root/dir1
c. bzip2 -dk /root/letter.bz2
d. gzip -# /root/letter
e. gzip -l /root/letter.gz
f. bzip2 -v /root/sample
g. bzip2 -s /root/sample
PLEASE RATE ANSWER HOPE IT HELP...
THANK YOU..
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.