If the gzip compressed tar archive texts.tgz contains the files a.txt and b.txt, which files will be present in the current directory after running gunzip texts.tgz?
i think the question is kinda weird, if its gunzip alone, answer should be E, otherwise B
tar cf testrun.tgz a.txt b.txt (to create tgz)
tar tf testrun.tgz (to confirm txts in tgz)
after that run:
rm a.txt b.txt (clear both txts from folder)
gunzip <testrun.tgz>finals.tar (keep original tgz and create tar as well)
ls -al
might be wrong but ...
After executing some commands, the answer is E because when you use gunzip without any parameter, i.e -k --keep, the extraction will not keep .tgz, but only .tar
upvoted 3 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
serbal
Highly Voted 4 years, 9 months agocast7omadrid1
4 years, 8 months agoRini_Giannenzo
Highly Voted 4 years agoLinuxLewis
Most Recent 3 months, 2 weeks agopeppiniello
1 year, 1 month agoblk_542
2 years agogonzaloco
2 years, 7 months agogonzaloco
2 years, 7 months agoHunTec
2 years, 8 months agoLazylinux
2 years, 8 months agomolotov
2 years, 10 months agoserlan
2 years, 11 months agoanhcq
3 years agoiwkno6
3 years, 4 months agoAbumazin
3 years, 8 months agodiocane24
3 years, 8 months agodeewetdvjbmnjkjytfdszxc
4 years, 4 months agoVano1
4 years, 4 months agoklebhen
4 years, 4 months ago