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
Explain about sh?
What is grep command?
What does uname command do?
What is the use of finger command in linux?
What does c mean in linux?
What does kill in linux?
How do you create a blank file in linux?
What does uname do in linux?
How do I check storage on linux?
Enlist some linux networking and troubleshooting commands?
What is the best cpu stress test?
What daemon is used for scheduling of the commands?
What is the difference between rmdir and rm r?
How do I run a bash script in linux?
Brief about the command kill PID?