slide

How to extract / uncompress tar gz file

Supposed you have a tar.gz file or tar.bz2 file, here is how you can extract them using the tar function. Type at the command prompt. Make sure you have the ownership and permission of the file. tar -xvzf file-1.0.tar.gz – to uncompress a gzip tar file (.tgz or .tar.gz) tar…