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
Is llvm a compiler?
What is the role of case sensitivity in affecting the way commands are used?
How do I find the console in linux?
How do you do nslookup?
why context switching time should be minimum? How it depends on hardware support?
What is the command can be run to remove all the rules in an iptable table?
Where can I find bash in linux?
What is a good processor speed?
You wish to print a file ‘draft’ with 60 lines to a page. What command would you use?
What is the use of mv command in linux?
How do I move to root in linux?
How remove all files in a directory linux?
What are the basic commands for user management?
Which command is used to delete a group?
What is the ipconfig command for linux?