What u know abt tar Command?

Answers were Sorted based on User's Feedback



What u know abt tar Command? ..

Answer / 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

What u know abt tar Command? ..

Answer / saim.saiyed

with tar comamnd u can zip folder and extract.

Is This Answer Correct ?    7 Yes 2 No

What u know abt tar Command? ..

Answer / bipin bachhao

using tar command we can create a archive of file.

Is This Answer Correct ?    5 Yes 1 No

What u know abt tar Command? ..

Answer / chetan kole

Tar command is use to create a backup file which we can use
after removal osf the original file

Is This Answer Correct ?    2 Yes 1 No

What u know abt tar Command? ..

Answer / jaswant

tar command is use to crate archive file backup the file

tar -cvf /root/Desktop/etc.tar /etc

to take backup the /etc directory using following command

tar -xvf /root/Desktop/etc.tar

to extract the archive file using this command

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Linux Commands Interview Questions

How do I permanently set ulimit in linux?

0 Answers  


How do I check my disk space?

0 Answers  


What does c mean in linux?

0 Answers  


I lost a root password and i need to give it, I treid to change it through single usermode even though i am not get a password, then what is the other procedure to give a root password?

8 Answers  


What does && mean in bash?

0 Answers  






How can I delete a file in linux?

0 Answers  


why context switching time should be minimum? How it depends on hardware support?

0 Answers   Flipkart,


what is command like " #(cd unixos; pwd) " tell me OUTPUT

10 Answers   Google,


Who am I command in linux?

0 Answers  


What command you execute to display the last five commands you have entered?

4 Answers  


How do I run a shell script?

0 Answers  


In /boot/grub/grub.conf file there is a line kernel /vmlinuz-version ro root=/dev/sda2, What is the meaning of "/" before vmlinuz? Pls explain?

1 Answers   HCL,


Categories