[Ilugc] Unable to extract .gz file completely

  • From: subhojit.ojha@xxxxxxxxx (subhojit ojha)
  • Date: Thu Jul 1 16:56:18 2010


How can I extract the ".gz " file fully ?


you can also extract it like this

tar  -xzvf  filename.gz

By default this will extract the files in the current directory, if u want
files to be extracted in another dir then use -C option

tar  -xzvf  filename.gz  -C  /path_to_dir

Plz send me the error message, if u are facing any error while extracting. A
cause of error may be occur due to insufficient space in the partition, so
use df -k partition name to find out the partitions used and free space.


Regards

Subhojit Ojha

Other related posts: