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
The command ‘umask -S’
What is vnc?
What does chmod do in linux?
How can you check the amount of lines in a file?
How do I start ms dos?
How do I check command history?
What do you mean by directory?
Explain about lprm job number?
How do you run command every time a file is modified?
You wish to print a file ‘draft’ with 60 lines on a page. What command would you use?
What does mkdir mean in linux?
How do I find hostname in linux?
What does df command do in linux?
Who whoami linux?
What does history command do in linux?