What command you use for cpio to create a backup called
backup.cpio of all the users’ home dirs?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / accenture
Restoring a back.cpio file/directory to its original
location. run the below command:
#cpio -idmv < backup.cpio file/directory)
| Is This Answer Correct ? | 0 Yes | 0 No |
hi friends how to reinstall the grub.conf file. once i delete the grub file in perminatle ofter how to get back that file. plz send me ans. regards. madhu.m
Why bash is used in linux?
How do you grep?
How find ip address linux?
What are the examples of simple command?
What is ulimit command?
How will you execute a java program inside a kornshell script?
what is first RHEL 5.x version support ext4 filesystem?
How did you do the Health check in Linux?
You have a tab delimited file called phonenos and want to change each tab to four spaces. What command can you use to accomplish this?
How do I permanently set ulimit in linux?
How do you sort cpu in top command?