What u know abt tar Command?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the options of wc command?

538


What does umask 022 mean?

614


How many types of dos commands are there?

569


You want to verify which lines in the file kickoff contain ‘bob’. Which of the following commands will accomplish this?

579


You want to know how many lines in the kickoff file contains ‘prize’. Which of the following commands will produce the desired results?

543






What is ulimit in linux?

560


What is the command to calculate the size of a folder?

502


Explain the free command.

579


How remove all files in a directory linux?

520


What is the example of command sentence?

512


You wish to print a file ‘draft’ with 60 lines to a page. What command would you use?

557


What are commands in grammar?

518


How do I permanently set ulimit in linux?

510


Explain trap command; shift command, getopts command of linux?

562


You read an article that lists the following command: dd if=/dev/fdo bs=512 of=/new what does this accomplish?

555