What command you use for cpio to create a backup called
backup.cpio of all the users’ home dirs?
Answer Posted / harsha
find /home | cpio -o > backup.cpio
The find command is used to create a list of the files and directories contained in home. This list is then piped to the cpio utility as a list of files to include and the output is saved to a file called backup.cpio.
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What daemon is used for scheduling of the commands?
What language is clang written in?
How can we increase disk read performance in single command?
How do you do nslookup?
What is $@ in bash?
How can I type in cmd?
How can I create a file with cmd?
What is df command in linux?
What is sudo bash command?
How do I get to root directory in linux?
What the command used for search file or files for specific text?
What are the command prompt commands?
What does kill in linux?
Who is unix command?
How many types of dos commands are there?