Answer Posted / 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 |
Post New Answer View All Answers
you wish to create a link to the /data directory in bob's home directory so you issue the command ln /data /home/bob/datalink but the command fails. What options hould you use in this command line to be successful.
How do I use nslookup in linux?
Does cp overwrite?
What is cpu in linux?
Explain the linux directory commands along with the description?
What does cd do in linux?
What is command example?
What would be the result of issuing the command cat phonenos?
What is finger command in linux?
What is df command in linux?
What is cpu utilization linux?
What are the ms dos commands?
Explain trap command; shift command, getopts command of linux?
What does history command do in linux?
What does umask 077 mean?