nerdexam
Oracle

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…

Deployment and Troubleshooting

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)
  • A
    73% (27)
  • B
    16% (6)
  • C
    3% (1)
  • D
    8% (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

#cpio#remote tape backup#tar format#SSH archive

Community Discussion

No community discussion yet for this question.

Full 1Z0-460 Practice