1Z0-460 · Question #12
You have executed the following commands as the root user: # find /home | cpio -o -H tar -F root@HostA: /dev/nst0 - - rsh -command = /usr/bin/ssh What is the purpose of issuing this command?
The correct answer is A. To archive the contents of the /home directory in the tar format to a remote host system's tape. The cpio command is one of standard Unix backup utilities. It stands for "copy in/out." It is much less well known and more rarely used Unix utility in comparison with tar. The cpio command is one of standard Unix backup utilities. It stands for "copy in/out." It is much less…
Question
You have executed the following commands as the root user:
find /home | cpio –o -H tar -F root@HostA: /dev/nst0 - - rsh -command = /usr/bin/ssh What is the purpose of issuing this command?
Options
- ATo archive the contents of the /home directory in the tar format to a remote host system's tape
- BTo archive the contents of the /home directory in the cpio format to a remote host system's tape
- CTo archive the contents of the /home directory in the cpio and tar formats to a remote system's
- DTo extract the contents of the /home directory from the tape drive device /dev/nst0
How the community answered
(37 responses)- A73% (27)
- B16% (6)
- C3% (1)
- D8% (3)
Explanation
*The cpio command is one of standard Unix backup utilities. It stands for "copy in/out." It is much less well known and more rarely used Unix utility in comparison with tar. *The cpio command is one of standard Unix backup utilities. It stands for "copy in/out." It is much less well known and more rarely used Unix utility in comparison with tar. * -H format. Here tar
Topics
Community Discussion
No community discussion yet for this question.