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
State and explain about features of UNIX?
What the command used for search file or files for specific text?
What is in mkdir command?
How can we increase disk read performance in single command in Linux operating system?
What is the best cpu stress test?
How do I search bash history?
What are the command prompt commands?
Explain trap command; shift command, getopts command of linux?
How do you execute more than one command or program from a single command line entry?
what is the fastest way to enter a series of commands from the command-line in linux
What is the command to see on which port which service is running? And what is the difference between /etc/services file and net stat command?
Why makefile is used in linux?
Is makefile a shell script?
What is git command?
Explain the free command.