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
How do I start ms dos?
What is c++ makefile?
What does execute mean in linux?
What do you mean by directory?
How can we increase disk read performance in single command?
What is the purpose output of cd command?
How do I overclock my cpu?
What signal is ctrl c?
What does mkdir mean?
How do you copy in terminal?
Which command is used to clear the screen?
What is finger in networking?
How can I type in cmd?
What is the fastest way to enter a series of commands from the command-line?
What is cpu core in linux?