nerdexam
Oracle

1Z0-409 · Question #129

A user issued the following command on a Linux system: find / -name passwd | cpio -o | bzip2 > passwd.cpio.bz2 What could be the purpose of issuing this command?

The correct answer is C. to create a compressed cpio archive of all files with the name passwd. See the full explanation below for the reasoning.

Question

A user issued the following command on a Linux system:

find / -name passwd | cpio -o | bzip2 > passwd.cpio.bz2 What could be the purpose of issuing this command?

Options

  • Ato find all files called passwd in the root file system ( / )
  • Bto find the /etc/passwd file and compress it using bzip2
  • Cto create a compressed cpio archive of all files with the name passwd.
  • Dto create a compressed cpio archive of the list of all files with the name passwd

How the community answered

(19 responses)
  • A
    5% (1)
  • B
    5% (1)
  • C
    74% (14)
  • D
    16% (3)

Community Discussion

No community discussion yet for this question.

Full 1Z0-409 Practice