You want to create a compressed backup of the users' home
directories. What utility should you use?

Answers were Sorted based on User's Feedback



You want to create a compressed backup of the users' home directories. What utility should yo..

Answer / ravi

The TAR utility is not used for compressing as told by Mr
Sudeep.It's primary purpose is to bring together all the
required files into one location and it has the extension
".tar".In order to compress this archieve we use tools like
gzip,bzip . Any archieve compressed with gzip has the
extension ".tar.qz".

Is This Answer Correct ?    8 Yes 0 No

You want to create a compressed backup of the users' home directories. What utility should yo..

Answer / kamal kakkar

I will tell u the command

Tar -czf kk.tar.gz /home/username
If we want to extract
the the command is tar -xzf kk.tar.gz

Is This Answer Correct ?    5 Yes 0 No

You want to create a compressed backup of the users' home directories. What utility should yo..

Answer / sudeep

Utility used for compression on Linux is "tar". Along with
it "bzip" can also be used to compress it further.

Is This Answer Correct ?    3 Yes 3 No

You want to create a compressed backup of the users' home directories. What utility should yo..

Answer / donald mthombeni

You can use bzip2, it saves a lot of space in your hard disk
even saves time for download

eg Type "bzip2 -cjf dir1.tar.bz2 /home"

If you want to save the compressed directory to a home
dirctory or you may specify the destination you want to save
the bzip2 directory, it will be identified by .bz2 extention
after saving

You will then need to extract it using bunzip2 to extract it
before using it.

Is This Answer Correct ?    1 Yes 1 No

You want to create a compressed backup of the users' home directories. What utility should yo..

Answer / peter

cpio

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Linux AllOther Interview Questions

How to check all open ports on linux machine and block unsed ports????????

7 Answers   Tech Mahindra,


there are many IPC mechanisms available in Linux ? Which one is best to use and when ?

1 Answers   Broadcom,


What command can you use to review boot messages?

6 Answers  


why you are using nis server

2 Answers  


How to Create NIS Server And NIS Client? Explain With Example?

1 Answers   Cisco,






How to catagories tickets in RHEL, which tickets are belong to PROBLEM, INCIDENT and CHANGE management? please given to me with examples

0 Answers  


how to install linux OS? pls send step by step

3 Answers  


what is the use of runlevel 4 in redhat linux? in which cases it will use.

1 Answers  


My Linux server in the two lan card one lan card is ok working but second lan card after restart daily lan card deactivate and then manual activate then properly working but after restart repeat this problem.(Fedora O.S.) Pls tell me solved this problem.

4 Answers  


how do i check which package has installed some command suppose ls , mkdir or whatever ???

8 Answers  


am installed windows and later i installed ubuntu i want to unistall ubuntu can any one tel the procedure to uninstall ubuntu in my windows 7 please mail to me ---kiranpulsar2007@gmail.com and later i want to install ubuntu after uninstalling ubuntu tel the procedure for that also i dont know to patrition the hard disk drive please tel to them please reply

1 Answers  


What is the difference between home directory and working directory?

10 Answers   Accenture, Flexi,


Categories