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 are bash scripts used for?
What is bash history linux?
what is the roles and responsibilities in linux system admin having 2yrs exp..?
How to activate / deploy licence in RHEL 6 and what will happen if you don't activate / deploy licence in RHEL 6 ?
can any one send me one project on linux ...?
I am using RedHat 6.3 in I wanna to install and configure zimbra mail. Can anybody tell me what are the RPM packages required for zimbra mail ? Where can I get those RPM packages ?
Which command is used to check the number of files and disk space used and the each user’s defined quota?
What is the difference between cd and cd in linux?
What is the difference between clang and llvm?
How do I run a .sh file in linux?
What is makefile target?
How do you ask politely?
How do you create a text file in linux terminal?
How do I check my disk space?
What are the command prompt commands?