List of questions
Related questions
Question 365 - XK0-005 discussion
A Linux systems administrator needs to compress a file named passwords.txt. The compressed file should be saved as passwords.txt.gz. Which of the following commands should the administrator use to accomplish this task?
A.
gzip -c passwords.txt > passwords.txt.gz
B.
gzip -d passwords.txt | passwords.txt.gz
C.
gzip -n passwords.txt > passwords.txt.gz
D.
gzip -n passwords.txt < passwords.txt.gz
Your answer:
0 comments
Sorted by
Leave a comment first