How to open a .tar.gz or .tar in Linux Terminal CLI

In this tutorial we will only show you some of the method to untar tar file in linux operating system.

1. Open .tar.gz in linux operating system

tar -xvzf file.tar.gz

2. Open .tar in linux operating system

tar -xvf file.tar

3. Open .tar.bz2 in linux operating system

tar -xvfj file.tar.bz2
0 replies

Leave a Reply

Want to join the discussion?
Feel free to contribute!

Leave a Reply

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