An administrator needs to restore all files in the /myfs/test directory of the non-rootvg volume
group backup, which is located on device /dev/cd1, and write the restored files to /data/myfiles.
Which is the correct command?

A.
restvgfiles -f /dev/cd1 -r-s -d /data/myfiles ./myfs/test
B.
restore -Tf /dev/cd1 -r -s -d /data/myfiles /myfs/test
C.
restvgbackup -f /dev/cd1 -r-s -d /data/myfiles ./myfs/test
D.
Ismksysb-f/dev/cd1 -r-s-d/data/myfiles ./myfs/test
Explanation: