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
What is tty in linux command?
Explain about refer?
Why is unix used?
Which commands are used to set a processor-intensive job to use less cpu time?
How cp command works in linux?
What is vnc?
Is cmake a compiler?
How do I permanently delete linux history?
You wish to print a file ‘draft’ with 60 lines to a page. What command would you use?
How do you know which shell I am using in linux?
State and explain about features of UNIX?
What is mask and umask in linux?
How do I know my shell?
What command would you use to create an empty file without opening it to edit it?
What is the difference between kill and kill in linux?