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
Which of the commands will replace all occurrences of the word rate with the word speed in the file racing?
You want to know how many lines in the kickoff file contains ‘prize’. Which of the following commands will produce the desired results?
Which command will show you free/used memory? Does free memory exist on linux?
Information technology is widely used in
Which command is used to compare the files?
Which command is used to see the online manual?
What will happen when a system call is encountered in a user program?
How do you save a file in linux?
What is a makefile in c?
Brief about FTP hostname?
What is the difference between cd and cd in linux?
How to recover /etc/passwd file and /etc/shadow file?
How do I find cpu in linux?
What does c mean in linux?
why context switching time should be minimum? How it depends on hardware support?