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