Page 1 of 1

A Linux administrator needs to create a new cloud.cpio archive containing all the files from the current directory. Whic

Posted: Wed Oct 12, 2022 7:52 am
by answerhappygod
A Linux administrator needs to create a new cloud.cpio archive containing all the files from the current directory. Which of the following commands can help to accomplish this task?

A. ls | cpio -iv > cloud.epio
B. ls | cpio -iv < cloud.epio
C. ls | cpio -ov > cloud.cpio
D. ls cpio -ov < cloud.cpio