CompTIA Linux+ XK0-005 Practice Question
To create a new archive with cpio
, which of the following commands would you use, given that you have a list of files to archive from a file called 'filelist.txt'?
cpio -iv < filelist.txt > archive.cpio
cpio -ov < filelist.txt > archive.cpio
cpio -o < filelist.txt
tar -cf filelist.txt archive.cpio