adspace


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

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the differences between FTP , NFS , SAMBA servers explain separately.

1342


what is the gate of ftp server in redhat linux?

2003