Answer Posted / 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 |
Post New Answer View All Answers
What is simple command?
How do I find hostname in linux?
What is clang llvm?
Which command is used to terminate a process?
What is help command in linux?
How do I list directories in linux?
What is make in linux?
You suspect that you have two commands with the same name as the command is not producing the expected results. What command can you use to determine thelocation of the command being run?
What does kill in linux?
What is the use of mv command in linux?
Which command will show you free/used memory? Does free memory exist on linux?
How do I find command history in linux?
How do I run a command in linux?
How do you limit memory usage for commands?
Explain the linux ‘cd’ command options along with the description?