> > >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 _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
