Answer Posted / arnab
tar -jcvf log.tar.gz log
where j = .gz extention
c = create
v = varbose
f = file
or
tar -zcvf log.tar.bz2 log
where z = .bz2 extention
c = create
v = varbose
f = file
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is help command in linux?
How do I list all processes in linux?
What is makefile in unix?
What is cat command in linux?
What is the example of command sentence?
What does ls mean in linux?
You are required to restore the file memo.ben. It was backed up in the tar file MyBackup.tar. Which command would you use to do it?
What is df -h command?
What is a simple command?
You want to copy the user’s home directories to a new location. Which of the following commands will accomplish this?
How do you clear the screen in linux?
Write a command that will display all .txt files, including its individual permission.
What is grep command?
In order to display the last five commands you have entered using the fc command, you would type?
You want to verify which lines in the file kickoff contain ‘bob’. Which of the following commands will accomplish this?