What u know abt tar Command?

Answer Posted / franklin dossf

tar command is file archiving cmd and extracting cmd in linux.

create
tar -cvf /tmp/ram.tar /etc/passwd
this command makes compress the /etc/passwd datas and stored
in /tmp/ram.tar

Extract
tar -xvf /tmp/ram.tar
extract the data in existing file is /tmp/ram.tar

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between comm and CMP command?

521


What does curl command do in linux?

482


What is the symbol of linux?

540


Write about an internal command.

591


What is llvm used for?

512






What is mkdir m in linux?

532


What is umask 000?

541


How can I create a file with cmd?

524


What is the programming language for linux?

514


Brief about finger username?

556


How do I find command history in linux?

478


How do I find cpu in linux?

519


What is makefile target?

512


What are the linux commands used in devops?

548


What is difference between sh and bash?

503