Which of the following commands can be used to back up all the files in the current directory and compress them?

Which of the following commands can be used to back up all the files in the current directory and compress them?

Which of the following commands can be used to back up all the files in the current directory and compress them?

A.
tar -cvf – * | gunzip > backup.tgz

B.
tar zcvf backup.tgz *

C.
gtar zcvf backup.tgz *

D.
tar -Zxvf backup.tgz *



Leave a Reply 1

Your email address will not be published. Required fields are marked *


networkmanagers

networkmanagers

I have the same idea. B