How to archive and extract files in CentOS?

Lst updated on
July 31, 2020
Contents

In this post we will see how to archive and extract files using terminal commands in CentOS. CentOS is a Community Enterprise operating system which mainly focuses on the server. It is a part of Linux Operating System Distribution and it is free to use. First open the terminal.

Total Time Needed: 30 Minutes

Required Tools:

CentOS

Steps to archive and extract files in CentOS

Step 1 : Archieve File
To archive, a file uses the command tar –cvf destination.tar source.tar . For example, to archive Documents to a file named Documents-backup.tar to type the command tar -cvf Documents-backup.tar Documents/ and press enter

Step 2 : Extract the Archieved File
To extract the archived file, use the command tar –xvf filename.tar . For example, to extract Documents-backup file type, the command tar –xvf Documents-backup.tar and press enter.

Step 3 : View Archived File
To view the archived file, use the command tar –tvf filename.tar . For example, to view Documents-backup.tar file type, the command tar –tvf Documents-backup.tar and press enter.

Step 4 : Add New Files
To add new files to the archived file, use the command tar –rvf Destination source. For example, to add passwd.txt to archived file Documents-backup.tar type, the command tar –rvf Documents-backup.tar passwd.txt and press enter

Conclusion:
You ca archive and extract files in CentOS following these steps. If you come across with any doubt please contact Medha Hosting. Our expert Linux administrators will help you 24/7
Read Here: How to Delete Files and Directories in CentOS?

Need help with deployments, consulting, support, migration planning, or proof of concept?
Get Free Consulting
Microsoft 365 Migration Form

I would like to send my contact information to MedhaCloud so that MedhaCloud can share additional information about products, services, thought leadership and invitations to flagship events with me by email. *

By submitting this form, I acknowledge that someone from MedhaCloud will contact me via email or phone to discuss my request.

Related Article

View All
chevron-down linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram