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)- A5% (1)
- B5% (1)
- C74% (14)
- D16% (3)
Community Discussion
No community discussion yet for this question.