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 |
You locate a command in the /bin directory but do not know what it does. What command can you use to determine its purpose
Is a command a full sentence?
How can you copy lines into the buffer in command mode?
what is the booting process of linux systen and explain it,is the first process comes under the installation process.
3 Answers CSC, EA Electronic Arts, Mind Tree, vsworx,
My machine is running half duplex mode how to change half duplex to full duplex?
Write about an internal command.
What is the command to list ALL (hidden also) files of current directory & it’s subdirectories?
How would you check the available disk space on a Linux system?
How do I check storage on linux?
Where is command history stored in linux?
Brief about finger username?
find out what file systems supported by kernel?