Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How you will uncompress the file?

Answers were Sorted based on User's Feedback



How you will uncompress the file? ..

Answer / fazlur rahaman naik

the command is as follows:

tar -zxf file name(with extension .tgz)

for more information u can see the man page for tar

Is This Answer Correct ?    17 Yes 5 No

How you will uncompress the file? ..

Answer / bipin

gunzip filename(with extension .tgz)
then
tar -xf filename(with extension.tar)

Is This Answer Correct ?    7 Yes 0 No

How you will uncompress the file? ..

Answer / azim

for zipping particular file
gzip -v xyz.txt or bzip2 -v xyz.txt
for extracting zip file (.gz) or (.bz2)
gunzip -v xyz.txt.gz
or bunzip2 -v xyz.txt.gz

Is This Answer Correct ?    8 Yes 1 No

How you will uncompress the file? ..

Answer / ramesh

tar xvf <filename> (with extension .tar)
bunzip2 <filename> (with extension .bz2)
gunzip <filename> (with extension .gz)
unzip <filename> (with extension .zip)

Is This Answer Correct ?    4 Yes 0 No

How you will uncompress the file? ..

Answer / mrigendra singh

1.If compressed file name e.g xyz.tar then
tar -xvf xyz.tar

2. If compressed file name e.g xyz.bz2 then
bzip2 -d xyz.bz2
or
bunzip2 xyz.bz2

3. If compressed file name e.g xyz.gz then
gzip -d xyz.gz
or
gunzip xyz.gz

Is This Answer Correct ?    3 Yes 0 No

How you will uncompress the file? ..

Answer / virendra

1 > if it is compressed (.Z)

#uncompress file.Z

2 > if it is ziped (.zip )
#unzip file.zip

3 > if it is gziped (.gzip)
#gunzip file.gz

4> if it is bzip2 (.bz2)
#bunzip file.bz2


#tar based compression

#creation of gziped tar
#tar zcvf file.tar.gz /home
#extracing of this file

#tar zxvf file.tar.gz


for bzip z will be replaced by j

Is This Answer Correct ?    1 Yes 0 No

How you will uncompress the file? ..

Answer / bala

compressed file is in file.txt.z format
we can uncompress this file by the command
$uncompress file.txt.z
file.txt

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Linux Commands Interview Questions

what is the command to uninstall processes in linux?

17 Answers   Aegon, HCL, IBM, Ugam Solutions,


I know ssh, telnet, dns,apache all are worked on TCP/UDP but i want to know any one service which are working on UDP only?

10 Answers   Wipro,


How to root mirror in Linux? How to replace mirrored hdd in case of failure?

1 Answers   Siemens,


how to view crond status? If it's show service is not found.

6 Answers   Tech Mahindra,


1). What are the situation in process is duplicate is linux box.? 2) Give me 5 situation to kill a process?

1 Answers   Perot Systems,


What are the basic dos commands?

0 Answers  


How do you find out the server processes running?

4 Answers   HP,


How to recover /etc/passwd file and /etc/shadow file?

0 Answers  


How do I set permission to run in linux?

0 Answers  


How can I only see the first 14 lines of a file?

5 Answers  


how is the possible the "last 10 files present in the current directory and stores them in the file list".

9 Answers   Google,


my clients are getting services from servers but how to know which client is using which service. is there any files to keep information about these? clients used ftp, nis, samba, apache, squid, nfs and mail services how to know how many users got service from server side with date,time and client system ip ?

3 Answers   Wipro,


Categories