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 you create a blank file in linux?

0 Answers  


How do I run a script in linux?

0 Answers  


What does (cd dir && command) do?

0 Answers  


What does pwd mean in linux?

0 Answers  


How do I find command history in linux?

0 Answers  






please advice me what i have to prepare for NIC Exam(22-feb- 09). send me the question pattern for the 2 hrs exam. please sent it to manivannan_it15@yahoo.co.in

0 Answers   Google, PGE,


What does chmod 666 do?

0 Answers  


What is difference between free and available memory in linux?

0 Answers  


what is emacs editor and feature........???????????????????????????

1 Answers  


how is "to run even after user logs out"

2 Answers   Google,


How do I run a command in linux?

0 Answers  


How you will create new folder / directories and how to remove file and folder in linux?

0 Answers  


Categories