Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Which command creates a tar archive named backup.tar containing all files in the Downloads directory?
zip -cvf backup.tar Downloads/
tar -cvf backup.tar Downloads/
tar -xvf backup.tar Downloads/
zip backup.tar Downloads/
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!