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
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 |
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 |
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 |
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 |
How To Hide the FTP Version?
what is the difference between semaphore, mutex & spinlock?????
rpm package installation error in centos 6.4 [root@localhost packages6.4]# rpm -ivh nfs-utils-1.2.3-36.el6.i686.rpm warning: nfs-utils-1.2.3-36.el6.i686.rpm: Header V3 RSA/SHA1 Signature, key ID c105b9de: NOKEY error: Failed dependencies: keyutils >= 1.4-4 is needed by nfs-utils-1:1.2.3-36.el6.i686 libevent is needed by nfs-utils-1:1.2.3-36.el6.i686 libevent-1.4.so.2 is needed by nfs-utils-1:1.2.3-36.el6.i686 libgssglue is needed by nfs-utils-1:1.2.3-36.el6.i686 libgssglue.so.1 is needed by nfs-utils-1:1.2.3-36.el6.i686 libgssglue.so.1(libgssapi_CITI_2) is needed by nfs-utils-1:1.2.3-36.el6.i686 libnfsidmap.so.0 is needed by nfs-utils-1:1.2.3-36.el6.i686 libtirpc is needed by nfs-utils-1:1.2.3-36.el6.i686 libtirpc.so.1 is needed by nfs-utils-1:1.2.3-36.el6.i686 nfs-utils-lib >= 1.1.0-3 is needed by nfs-utils-1:1.2.3-36.el6.i686 rpcbind is needed by nfs-utils-1:1.2.3-36.el6.i686
How to Trouble shoot performance issue in RHEL administration ? please give to one example
Without Using $date -dyesterday. How I get the yesterday's date ?
In Linux(RHEL) server have two users with same name. one is local user and second one is NIS user. if you login the server which user will login (local or NIS)
What is the use of DNS Server? Name other servers works same as like DNS?
What is the difference between semaphore and spinlock?
Who owns the data dictionary?
how do you configure linux system as a router?
How to trace any process background processing?
How to ""Add"" not replace address to same network card other than the alias way.... ??????